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

Reply via email to