Highcharts xAxis drilldown dont change correctly

耗尽温柔 提交于 2019-12-07 13:59:39

问题


http://jsfiddle.net/ZBXV7/2/

when I click a column or label the xAxis write incorrect label but tooltip its ok.

Where's the problem?

回答1:


Remove the "categories": [...] from your xAxis decalaration. If each point in the series has a name it will use that for the xAxis labels.



来源:https://stackoverflow.com/questions/24457486/highcharts-xaxis-drilldown-dont-change-correctly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!