Dear Support.
we use
- problem Zoom able time charts are very slow
- GWT Pro 4.0d - 13.4.2013
- Tested with IE und firefox
- showcase example attached: yes!
Attached you find a show case sample TimeDataZoom, that shows the problem.
In opposite to the MeasurementDataZoom example it we fill a DATE in the x-axis.
when we load len=100 record in getData
=> the curve comes after a view seconds,
when we load len=200 record in getData
=> the curve comes after > 30 secons
when we load len=1000 record in getData
=> it takes forever
When you do the same test with the MeasurementDataZoom shwocase example and modify the len variable in the getData mehode, it is always acceptable fast!
For me this shows:
- There is a problem with zoombale charts in combination with DATE on the x-axis.
In my oppinion zoomable charts shall be used to show a lot of data with the possiblity to zoom in.
I would expect to show at least 10000 records fast!
Thank you for the feedback and fix.
You can verify this problem easily by running the showcase!
we use
- problem Zoom able time charts are very slow
- GWT Pro 4.0d - 13.4.2013
- Tested with IE und firefox
- showcase example attached: yes!
Attached you find a show case sample TimeDataZoom, that shows the problem.
In opposite to the MeasurementDataZoom example it we fill a DATE in the x-axis.
when we load len=100 record in getData
=> the curve comes after a view seconds,
when we load len=200 record in getData
=> the curve comes after > 30 secons
when we load len=1000 record in getData
=> it takes forever
When you do the same test with the MeasurementDataZoom shwocase example and modify the len variable in the getData mehode, it is always acceptable fast!
For me this shows:
- There is a problem with zoombale charts in combination with DATE on the x-axis.
In my oppinion zoomable charts shall be used to show a lot of data with the possiblity to zoom in.
I would expect to show at least 10000 records fast!
Thank you for the feedback and fix.
You can verify this problem easily by running the showcase!
Comment