Hybrid View
-
24 May 2012 12:28 PM #1
Scalability of scatter charts
Scalability of scatter charts
I am experiencing scalability issues with the GXT3.0 scatter charts. I am implementing an application that requires plotting of several thousand points. It appears everything works fine up to about 500 points, and then the points no longer appear correctly. In addition, when one goes beyond 300 to 500 points, the selectionevents and mouseoverevents return the wrong index to the ListStore. Just wondering if anyone had encountered this issue or if it is likely I am doing something wrong. Thanks.
-
24 May 2012 4:42 PM #2
Thanks for the report. This has been fixed in SVN and will be in the next release. ScatterSeries was erroneously using LineSeries shrink method when calculating its points. LineSeries uses shrink when trying to display more points than there are pixels wide.
-
15 Aug 2012 1:31 PM #3
GXT 3.0.1 has been released and contains this fix.
Success! Looks like we've fixed this one. According to our records the fix was applied for
a bug in our system
in
a recent build.


Reply With Quote