I have a graph like in this link: http://jsfiddle.net/bqE7H/
I want to display the X-axis labels as dates like nov 1, nov 7, nov 13 in place of
1.0, 7.0, 13.0. I have tried using dateAxesrenderer but it is not working. What am I doing wrong?
| ||||
|
feedback
|
|
Your code sample is very confusing but the big issue I see is that your data arrays ln0 and ln1 do not have any date values:
These need to be specified as point pairs:
| |||
|
feedback
|