Better performance
At the moment I load two very huge charts. After loading I do this:
var series = chart1.series;
$.each(series, function() {
// some stuff
});
But that's very slow and freezes my browser so it takes 5-10s to load. Can you make better performance?
6
votes
Floris Westerman
shared this idea