I have this canvasjs:
http://jsfiddle.net/raphael75/R5n49/
I don’t understand why the x-axis labels are showing up like they are (2008-01-01, 2009-01-01, etc.). I’m specifically putting in ‘label:’ on each datapoint line, which should override the automatic labels, right?
I’ve tried multiple ways to get the labels to show up where I have a ‘label:’ defined, but nothing works. Sometimes I can get the first one to show up (2006-12-27), but I get this:
http://jsfiddle.net/raphael75/arnC3/
Why does the first point show up (2006-12-27), but the others are “100”, “200”, etc. I have labels defined at x:52 (‘2007-12-26’), x:105 (‘2008-12-31’), x:157 (‘2009-12-30’), etc., but it is ignoring them.
Please tell me how I can get my labels to show up and hide the automatic labels.