Il giorno lun, 27/09/2010 alle 15.12 +0200, Tobias Oetiker ha scritto: > Hi Simone, > > Today Simone Pandolfo wrote: > > > Hi all, > > I'm using the QxJqPlot contrib but i have a problem with missing > > documentation (either in jqplot than in QxJqPlot) for the redraw or > > replot function. > > Anyone know how i can make a new Graph without delete it and recreate a > > new one? > > > > I have a timer that update the data every 5 seconds, and destroy and > > recreate the plot make a really ugly flickering. > > > > Any suggestion is welcome. > > well the qooxdoo bindings expose all that is available inside > jqplot. But as far as I understand it, you have to create a new > graph once you change the data ... maybe you can do something using > the init method ... > > also you might want to use qooxdoo to create the new chart off > screen and then move it in view once it is finished thus avoiding > the flicker ? > > cheers > tobi
I alredy use a similar solution, but the main purpose of the redraw is to optimize the application, I use more than one graph and the same layout is used for different pages, recreate all the graph on refresh and position is heavy for the application. With the redraw i was supposing to manage only the data, but seems that is not realizable at the moment. Thanks Sp > > Regards. > > Sp > > > > > > ------------------------------------------------------------------------------ > > Start uncovering the many advantages of virtual appliances > > and start using them to simplify application deployment and > > accelerate your shift to cloud computing. > > http://p.sf.net/sfu/novell-sfdev2dev > > _______________________________________________ > > qooxdoo-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > > > ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
