Thank you for your help,
I still have some issue with jqplot, a huge memory leak.
I make some graph for a tree structure, every folder or leaf make a
graph.

The app run smoothly but the memory after a quickly test over all the
folder/leaf (araund 30 combinations) make firefox requesting more than
2gb of Ram.

I read about other people with similar problem but no one have a
solution?

I alredy have updated the jqplot library, also qooxdoo but no
improvements.

Any alternative for make Graphs?

Possible that qooxdoo users don't need to plot data?

Il giorno gio, 30/09/2010 alle 18.16 +0200, Tobias Oetiker ha scritto:
> Hi Simone,
> 
> Today Simone Pandolfo wrote:
> 
> > Hi Tobi,
> > Thanks for the reply, but i don't know what event you tell me.
> > Have you a link for some documentation about?
> 
> have a look at Plot.js ... it emits a plotCreated event once the
> plot is ready ... do not try to acccess it before this.
> 
> cheers
> tobi
> 
> >
> > Thanks
> >  Sp
> >
> >
> > Il giorno gio, 30/09/2010 alle 17.00 +0200, Tobias Oetiker ha scritto:
> > > Hi Simone,
> > >
> > > I can realy see where you are stuck from what you write, but a
> > > common problem is that maybe your plot is not yet in existance when
> > > you try to access it. Use the event provided by the qxjqplot
> > > object to determine when it is ready to be accessed.
> > >
> > >
> > > cheers
> > > tobi
> > > Today Simone Pandolfo wrote:
> > >
> > > > Hi all,
> > > >
> > > > I'm Still try to understand how to use QXJqplot for some non basic
> > > > option.
> > > > For my project i need a graph like this:
> > > >
> > > > http://www.jqplot.com/tests/zoomProxy.php
> > > >
> > > > But i have some problem to make it working.
> > > >
> > > > i try with this code:
> > > >
> > > > plugins = ['dateAxisRenderer','cursor','ohlcRenderer']
> > > >
> > > > //this function return the options for target and controller
> > > > var options = util.plotOptions("Test",series);
> > > >
> > > > target = new sbgui.Plot(result[1],options.target,    plugins);
> > > > control = new sbgui.Plot(result[1],options.controller,plugins);
> > > >
> > > > sbgui.Plot.Cursor.zoomProxy(target,control);
> > > >
> > > > (just a try, the last row don't work)
> > > >
> > > >
> > > > Without any result :/
> > > >
> > > > the problem for me is in the row:
> > > > $.jqplot.Cursor.zoomProxy(targetPlot1, controllerPlot1);
> > > >
> > > > I can't call directly jqplot like the example, i have the same problem
> > > > for the redraw.
> > > >
> > > > Any suggestion is welcome.
> > > >
> > > >
> > > >
> > > > ------------------------------------------------------------------------------
> > > > 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
> >
> >
> 



------------------------------------------------------------------------------
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security 
easier or more difficult to achieve? Read this whitepaper to separate the 
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to