score:0

It sounds like you're open to alternative libraries, so have you looked at RickShaw or Cubism?

Both are based on D3, so you have a good mix between the power of directly editing D3 and the convenience of having some stuff pre-assembled.

Cubism in particular is focused on scaling to many datapoints.

score:4

In my experience, the Google charting library performs better than Highcharts, however without more markup provided or a copy of your config/data it would be hard to isolate specific issues which could contribute to slow performance.

Recommendation: NVD3 line chart with view finder

If its a stock chart you're after (or any chart really), probably the most powerful charting library out there is d3.

There is a (companion) library which leverages d3 called nvd3 which provides sets of reusable graphs, you may want to look at their line chart with view finder. It wont exactly mimic what you currently have in place but in my experience not only is performance better but if you know a bit of JS/d3, it is infinitely easier to customize under the hood and not just cosmetically- plus there are a lot more people out there with experience adn willing to help!


Related Query

More Query from same tag