Highchart graph customization not performing well

懵懂的女人 提交于 2019-12-11 11:17:00

问题


I am using high chart graph to display data in this graph by current month.I want to display four weeks of the month in x-axis and want to show data for the whole month.I am giving my working js fiddle :

**http://jsfiddle.net/Rw69Y/2/**

Everything is working fine except I just want to show four monday of this month. i.e (2014-04-07,2014-04-14,2014-04-21,2014-04-28).Any idea about it?I am stuck on there....


回答1:


just set tickInterval please see this fiddle-**http://jsfiddle.net/Rw69Y/21/**




回答2:


Simply set tickInterval: 7 * 24 * 3600000, see: http://jsfiddle.net/Rw69Y/10/



来源:https://stackoverflow.com/questions/23200203/highchart-graph-customization-not-performing-well

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