Open GoogleCodeExporter opened 9 years ago
I can't reproduce the problem.
Are you doing anything special ? Is your plot visible when you call redraw ?
Original comment by nmr.morel
on 18 Feb 2013 at 8:57
no it is not visible.
Let me know if you need me to try anything or provide more detail.
Original comment by ama...@gmail.com
on 18 Feb 2013 at 9:03
Can you defer the redraw and wait that the plot become visible ?
Flot requires the container to be visible. It is somewhere in their FAQ.
It's odd than creating a new plot is working. it should also fail.
Original comment by nmr.morel
on 18 Feb 2013 at 9:07
ok thanks, I didn't see that.
Original comment by ama...@gmail.com
on 18 Feb 2013 at 9:16
even updating the model while the graph is not visable (on another tab) throws
an exception:
java.lang.IncompatibleClassChangeError: Found interface
com.googlecode.gflot.client.DataPoint, but class was expected
happens on this line:
seriesHandler.add(DataPoint.of(1.0, 123.0));
In my case I'm quite happy to just re-create the graph so I think we can close
this. Hopefully this bug is useful for other people in the future.
Original comment by ama...@gmail.com
on 18 Feb 2013 at 10:44
Original issue reported on code.google.com by
ama...@gmail.com
on 18 Feb 2013 at 3:41