【发布时间】:2017-06-27 13:08:01
【问题描述】:
单击后退按钮后,我无法向下钻取。第一次向下钻取工作正常,但在回到原始状态后,单击栏时向下钻取不起作用。 Sample graph link is here
drillup: function(e) {
chart.xAxis[0].setCategories(protocolNames, true);
chart.xAxis[0].update({labels:{rotation:0}});
chart.yAxis[1].update({
labels: {
enabled: true
},
title: {
text: ''
}
});
}
【问题讨论】:
标签: javascript jquery highcharts