问题
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