Re: [qooxdoo-devel] a jqPlot qooxdoo integration widget contrib

2010-08-04 Thread Piotr Leszczynski
The newest version fixes it in most browsers but chrome. Piotr Leszczynski wrote: > > We do but it is not a fault of your cotribution. > > Jqplot does it on its own. Every replot increases the size by 1-2mb on > lower end graphs to 15-25 mb on more complex ones. Me and the backend guy > are c

Re: [qooxdoo-devel] a jqPlot qooxdoo integration widget contrib

2010-08-03 Thread Piotr Leszczynski
We do but it is not a fault of your cotribution. Jqplot does it on its own. Every replot increases the size by 1-2mb on lower end graphs to 15-25 mb on more complex ones. Me and the backend guy are currently working on a way to fix it since we hate flash here. Both jquery empty and remove doesn'

Re: [qooxdoo-devel] a jqPlot qooxdoo integration widget contrib

2010-08-03 Thread Tobias Oetiker
Hi Piotr, Today Piotr Leszczynski wrote: > > Hello Tobi, > > Thank you for that great contribution. Id definetly want to try it out. > > I have one question though since you are using it in your project. Have you > experianced any memory leaks while using jqplot ? Mainly in graphs you have > to u

Re: [qooxdoo-devel] a jqPlot qooxdoo integration widget contrib

2010-08-03 Thread Piotr Leszczynski
Hello Tobi, Thank you for that great contribution. Id definetly want to try it out. I have one question though since you are using it in your project. Have you experianced any memory leaks while using jqplot ? Mainly in graphs you have to update and you have to use replot every couple of seconds

Re: [qooxdoo-devel] a jqPlot qooxdoo integration widget contrib

2010-06-15 Thread Tobias Oetiker
Hi Benco, Today benco wrote: > > Hi, > > Congrats for your work, I think I'll use your contrib in a new > project :). > > I noticed your contrib is mainly a wrapper to the full jqPlot > package and I wonder if you plan to make a full port/fork of the > library ? > > I mean... For the moment, Jquer

Re: [qooxdoo-devel] a jqPlot qooxdoo integration widget contrib

2010-06-15 Thread benco
Hi, Congrats for your work, I think I'll use your contrib in a new project :). I noticed your contrib is mainly a wrapper to the full jqPlot package and I wonder if you plan to make a full port/fork of the library ? I mean... For the moment, Jquery is included in the resources folder for instan

Re: [qooxdoo-devel] a jqPlot qooxdoo integration widget contrib

2010-06-09 Thread Tobi Oetiker
I have figured out the remaining issues with jqPlot. http://tobi.oetiker.ch/test/QxJqPlot/ now interactive graphs work too (I had exposed a problem in jqPlot by dynamically loading plugins, but I found a workaround). I also solved the problem of automatically including the jqPlot files into

Re: [qooxdoo-devel] a jqPlot qooxdoo integration widget contrib

2010-06-09 Thread panyasan
Great Stuff, thanks Tobi! I had the same problem a while ago: how to make the main application use resources of a contribution. I recommend using the 'resource' folder and including #asset(/*) in the main file of your contribution. Then, you can load the third-party scripts by adding, for exam

[qooxdoo-devel] a jqPlot qooxdoo integration widget contrib

2010-06-08 Thread Tobias Oetiker
Apropos plotting with qooxdoo. As this problem was coming up in a project of mine, I wrote an integration Widget for jqPlot. I have made it available as a contrib: https://qooxdoo-contrib.svn.sourceforge.net/svnroot/qooxdoo-contrib/trunk/qooxdoo-contrib/QxJqPlot @qooxdoo-masters: I hope this t