Thank you a lot Dietrich,
I try it again, but at the moment i'm using protovis, another contrib
for qooxdoo.
the sintax is not simple, but i see that is a very powerfull plotting
engine and the with the test i made show that have a good memory
managment.
Regards
Il giorno gio, 14/10/2010 alle
hmm let's see if I can isolate how I've used it:
Initialization:
var data = [];
data.push([1, 20]);
data.push([2, 30]);
data.push([3, 40]);
data.push([4, 20]);
grafico.setData(
{ data: data,
label: 'my data label'
}
);
Plotting:
You have to call the plot method
-
> From: Dietrich Streifert [mailto:dietrich.streif...@visionet.de]
> Sent: Monday, October 04, 2010 10:37 AM
> To: qooxdoo Development
> Subject: Re: [qooxdoo-devel] Plotting library: Flot and Flotr
>
> Hi Simone!
>
> I've started to integrate flotr with qooxdoo fo
xdoo-devel] Plotting library: Flot and Flotr
Hi Simone!
I've started to integrate flotr with qooxdoo for a project which I'm
currently not working on. I just needed bar charts so my integration is
limeted to bar charts.
I've attached what I've implemented so far as a ZIP
5 seconds).
Matt
-Original Message-
From: Simone Pandolfo [mailto:s.pando...@erreedi.it]
Sent: Monday, October 04, 2010 10:15 AM
To: qooxdoo-devel
Subject: [qooxdoo-devel] Plotting library: Flot and Flotr
Hi All,
anyone had tried to use one of this two plotting library?
http://solutoire
Hi Simone!
I've started to integrate flotr with qooxdoo for a project which I'm
currently not working on. I just needed bar charts so my integration is
limeted to bar charts.
I've attached what I've implemented so far as a ZIP-file (please rename
from the extension from zap to zip).
You h
Hi All,
anyone had tried to use one of this two plotting library?
http://solutoire.com/flotr/
http://code.google.com/p/flot/
Flotr is inspired by flot, both appear clean to me but i don't know how
to start to make a contrib like qxjqplot or simply integrate this
plotting library.
Regrards
Sp