Closed GoogleCodeExporter closed 9 years ago
It's difficult to see what's going on from the DOM inspector output, but it
looks as though most of your series share the same datapoints, i.e.
[1338466306000, 12.1833333333333]. Is that the case? If so, wouldn't you
expect multiple symbols at that point?
Otherwise, please pare it down into a simpler example, and post the code used
to create the plot.
Original comment by dnsch...@gmail.com
on 13 Jun 2012 at 1:30
I see what I did now... you're correct its a mistake on my end, forgot to clear
the array I was storing the datapoints in between each series so instead of
creating a new series each time, it was creating a new series with more the old
datapoints from the old series in there as well...
I feel stupid, sorry for bothering you, thanks for the 2nd pair of eyes though,
I was going insane with this.
Original comment by j...@ezsoftwareinc.com
on 13 Jun 2012 at 2:36
Original comment by dnsch...@gmail.com
on 13 Jun 2012 at 2:38
Original issue reported on code.google.com by
j...@ezsoftwareinc.com
on 12 Jun 2012 at 8:57Attachments: