Hi,
I just started using jqChart and I’m working with big datasets and very dynamic charts (toggling between different visibility), which should also become very responsive on tablet. I created a combination of a line and scatter chart. I’m displaing 12 series (6 line without markers and 6 scatter series) with around 300 data points each. As long as I only show the line series, everything works fine, but performance drops strongly as soon as I make the scatter series visible. This is especially a problem on a tablet. If I display the same amount of data as only line series, performance stays good. I already switch from a model based data format to the array style, which made it a little better, but still, zooming and panning remains a problem.
Any suggestions?
Regards,
Jax