Re: [qooxdoo-devel] Qx.Desktop development and using qxjqplot..now questions

2015-07-14 Thread Dietrich Streifert
It may be worth having a look into highcharts/highstock which does a lot of optimizations related to large data sets: http://www.highcharts.com/stock/demo/data-grouping http://www.highcharts.com/stock/demo/lazy-loading I'm using highcharts in our apps successfully with qooxdoo, but not with su

Re: [qooxdoo-devel] Qx.Desktop development and using qxjqplot..now questions

2015-07-14 Thread Vishal
Phyo, Thanks for the links. Dear friends, I want to switch to a general discussion on handling large data sets for drawing charts. I have used jqplot metergauge renderer with live data and have also included easing functions to make the gauge look like an actual analog meter. Myself and product r

Re: [qooxdoo-devel] Qx.Desktop development and using qxjqplot..now questions

2015-07-13 Thread Tobias Oetiker
Today Phyo Arkar wrote: > https://github.com/oetiker/RrdGraphJS note that the documentation part is maynly for the Png version ... cheers tobi > > On Mon, Jul 13, 2015 at 8:29 PM, Vishal wrote: > > > Thanks Tobias, > > > > Is there a demo for this grapher that you mention. > > > > Best regards

Re: [qooxdoo-devel] Qx.Desktop development and using qxjqplot..now questions

2015-07-13 Thread Phyo Arkar
https://github.com/oetiker/RrdGraphJS On Mon, Jul 13, 2015 at 8:29 PM, Vishal wrote: > Thanks Tobias, > > Is there a demo for this grapher that you mention. > > Best regards, > Vishal Sapre > > > > Thanks and best regards, > Vishal Sapre > > --- > Please DONT print this email, unless you really

Re: [qooxdoo-devel] Qx.Desktop development and using qxjqplot..now questions

2015-07-13 Thread Vishal
Thanks Tobias, Is there a demo for this grapher that you mention. Best regards, Vishal Sapre Thanks and best regards, Vishal Sapre --- Please DONT print this email, unless you really need to. Save Energy & Paper. Save the Earth. On Mon, Jul 13, 2015 at 1:54 PM, Tobias Oetiker wrote: > Hi V

Re: [qooxdoo-devel] Qx.Desktop development and using qxjqplot..now questions

2015-07-13 Thread Tobias Oetiker
Hi Vishal, I have not ventured into using jqplot for anything 'live' I have written a live grapher with qooxdoo pretty specialized, but maybe this can give you some insporation ... https://github.com/oetiker/RrdGraphJS/blob/master/public/rrdGraphSvg.js it is based on D3.js since this seems to b

[qooxdoo-devel] Qx.Desktop development and using qxjqplot..now questions

2015-07-12 Thread Vishal
Dear Friends, I have been using qxjqplot for running meters (gauges) ​in my single page qx.desktop app. Now I wish to use a charting library to show running live data (like a time series) on a chart. Going forward with qxjqplot, I have come to a point where data can be shown on a chart very well