Re: [qooxdoo-devel] qxjqplot issues

2011-09-20 Thread telekosmos
Fritz Zaucker-2 wrote: > > You're welcome. > > As a side-note: the application I mentioned in my previous reply (to be > found at www.agrammon.ch) is currently not working with FF 4 or later (as > it > uses Qx 1.2). I am in the process of finishing a new release using Qx 1.5 > that will work aga

Re: [qooxdoo-devel] qxjqplot issues

2011-09-20 Thread Fritz Zaucker
You're welcome. As a side-note: the application I mentioned in my previous reply (to be found at www.agrammon.ch) is currently not working with FF 4 or later (as it uses Qx 1.2). I am in the process of finishing a new release using Qx 1.5 that will work again in modern browsers. Cheers, Fritz On

Re: [qooxdoo-devel] qxjqplot issues

2011-09-20 Thread telekosmos
Heya Fritz!! Many many thanks for the response and example. Actually I have misunderstood the parameters and forgot the 'cursor' plugin in the plugin array. And, in my own defense , the plot with zooming and 3 axes example at http://demo.qooxdoo.org/contrib/demobrowser/demo/QxJqPlot/trunk/default/1

Re: [qooxdoo-devel] qxjqplot issues

2011-09-19 Thread Fritz Zaucker
If you give the proper jqplot options, it works. Here is an example from an application of mine (www.agrammon.ch): this.__currentGraph = new qxjqplot.Plot( data, function($jqplot){ //$jqplot.config.enablePlugins = true;

[qooxdoo-devel] qxjqplot issues

2011-09-19 Thread telekosmos
Hi I am trying to get used with qxJqPlot but I came across a couple of issues: - does the tooltip on the chart work? I have notice the highlighting window example, similar to highlighter example in jqplot bundle, doesn't show the tooltips - the same for the zoom capabilites has anyone tried these