put different names to each bar in Highcharts
问题 How I can rename each bar, I want to have different names. always it appears "bar1", "bar2", etc. this is the name of the series. but I want it to appear in place of those texts, others I want to customize. this is what I do. put different names, if there are 9 bars I want to put different names to the bars, bar1, bar2, bar3, Bar4, Bar5, Bar6, Bar7, Bar8, Bar9. I do not want to repeat in my example. series: [{ name: 'bar1', data: [1000, 950, 920, 0, 850], color: "#FF0000" }, { name: 'bar2',