Hi Tobi,
Thanks for the reply, but i don't know what event you tell me.
Have you a link for some documentation about?

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
> > qooxdoo-devel@lists.sourceforge.net
> > 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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to