kurtomerfaruk / wicked-charts

Automatically exported from code.google.com/p/wicked-charts
0 stars 0 forks source link

Zoom responding too slow with large data #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have around 2000 records which need to be plotted at a time.
It works fine.
But whenever I zoom a particular area, it takes nearly 5 mins to zoom that 
area. Mostly it stops responding.

Is there anything needs to be configured to get it working fine?

I am using JSF 2.0.2, primefaces 3.4.2 and wicked charts 1.5

Original issue reported on code.google.com by rmadhur...@gmail.com on 24 Oct 2013 at 5:45

GoogleCodeExporter commented 9 years ago
Any updates on the above issue?????????????

Original comment by rmadhur...@gmail.com on 28 Oct 2013 at 10:35

GoogleCodeExporter commented 9 years ago
Hi,

can you please provide an Options class that contains the configuration of your 
chart (or something close). Just subclass the Options class and add all your 
configuration in the constructor. With this class, I can run some tests to 
check what's the problem.

Regards,
Tom

Original comment by tom.homb...@gmail.com on 28 Oct 2013 at 7:27

GoogleCodeExporter commented 9 years ago
Hi Tom,

Attached file contains my code.

Original comment by rmadhur...@gmail.com on 12 Nov 2013 at 6:30

Attachments:

GoogleCodeExporter commented 9 years ago
Hi Tom,
Is it possible to resolve this issue on high priority?

Original comment by rmadhur...@gmail.com on 13 Nov 2013 at 9:52

GoogleCodeExporter commented 9 years ago
Your test class doesn't really help since it references a class I don't have 
(YAxisVO) and it does not say anything about the number of axes and data points 
you added, since the method getSelAxisList() is missing. 

Anyway, I probably cannot do anything about the slow performance since the 
underlying javascript library (Highcharts) probably just does not work with 
your data. Perhaps you should ask in the Highcharts community. 

Original comment by tom.homb...@gmail.com on 13 Nov 2013 at 8:56

GoogleCodeExporter commented 9 years ago
Hi Tom,

Actually YAxisVo class consists of color of axis and name of axis.

The number of axes is not fixed. User has the liberty to select the number of 
axes. Also the data points are all dynamic as the data is coming from database. 
There will be around 43000 data points.

Anyway, I just wanted to know whether I am missing something because of which 
the zooming is slow. Thanks for your reply. I will ask this question in 
Highcharts community.

Original comment by rmadhur...@gmail.com on 14 Nov 2013 at 5:08

GoogleCodeExporter commented 9 years ago
Wont fix, because this is a Highcharts issue

Original comment by tom.homb...@gmail.com on 21 Apr 2014 at 11:59