Highchart js Area chart Tooltip bug

耗尽温柔 提交于 2019-12-25 03:01:53

问题


I have been trying to clear this bug but i still not getting the point why it occurs.

check the code at http://jsfiddle.net/3RKL4/

The tool tip works only for the first and last points.

Is this a bug in highcharts or the code is wrong ?

If the code is wrong can any one help me ?


回答1:


Ideally Highchart requires data to be increasing order of time. Your data doesn't seem to satisfy that, it doesn't work event with 3 points http://jsfiddle.net/jugal/3RKL4/5/ Reversing the order fixed it @ http://jsfiddle.net/jugal/3RKL4/6/



来源:https://stackoverflow.com/questions/12329044/highchart-js-area-chart-tooltip-bug

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