0
votes

I am plotting returns for 1 year between Jan 1 2012 to 31 Dec 2012.I have 200 days with each day having 1 return value. I am passing all the return values as series and all dates as categories to the x-axis.

The graph comes up fine but because of too many dates can't see any thing on x-axis.

Is there a way i can only have 12 ticks on the x-axis each for a month and use 200 return values to plot the graph?

2

2 Answers

0
votes

Why not use a highstock chart?

They provide you with rangeSelector.

Look at a Demo.

0
votes

Apart from suggestion from previous post, you can try to use master-detail chart.

http://www.highcharts.com/demo/dynamic-master-detail