I want to show all months , in a plot, created with dygraphs and JavaScript. Now, the plot show only: Apr 2012, Jul 2012, Oct 2012
My values:
X,Y,Z
2012/01/10,0,3
2012/02/10,2,6
2012/03/10,4,8
2012/04/10,6,9
2012/05/10,8,9
2012/06/10,10,8
2012/07/10,12,6
2012/08/10,14,3
2012/09/10,23,7
2012/10/10,18,8
2012/11/10,17,4
2012/12/18,14,7
The code is here: Edit fiddle