Closed GoogleCodeExporter closed 8 years ago
Issue 561 has been merged into this issue.
Original comment by olau%iol...@gtempaccount.com
on 24 Jun 2011 at 9:09
Hi!
I'm sorry but you need to explain what the problem is, why you think it's a
problem in Flot and not in your code (if you suspect your code is the problem,
please do not add issues here, use the Google Group where the chance of getting
help is much higher), and lastly, condense the testcase to something as small
as possible and self-contained. The above is neither as small as possible or
self-contained, you failed to provide the data set.
Original comment by olau%iol...@gtempaccount.com
on 24 Jun 2011 at 9:13
yes you are right !
I make a mistake in my code !
change this is code:
var axes = plot.getAxes();dataset = plot.getData();
for :
var axes = plot_big.getAxes();dataset = plot_big.getData();
that is ok !
Original comment by xmphoe...@gmail.com
on 26 Jun 2011 at 1:51
yes you are right !
I make a mistake in my code !
change this is code:
var axes = plot.getAxes();dataset = plot.getData();
for :
var axes = plot_big.getAxes();dataset = plot_big.getData();
that is ok !
Original comment by xmphoe...@gmail.com
on 26 Jun 2011 at 1:51
Original comment by olau%iol...@gtempaccount.com
on 27 Jun 2011 at 10:44
Original comment by dnsch...@gmail.com
on 4 Jun 2012 at 2:52
Original issue reported on code.google.com by
xmphoe...@gmail.com
on 24 Jun 2011 at 5:37