Rendering and moving multiple charts in highcharts

I am working on an exercise for plotting multiple charts on one page. I would like to use a navigator to view this data.

Is there a way that I can navigate 10+ charts more smoothly? The more charts, the more sluggish it becomes.

Also, if the dataset gets too large, as you move the navigator, the data seems to jump out of the plot area rather than slowly moving out of the plot area.

See jsFiddle

function afterSetExtremes(event) {
var globalMax = event.max;
var globalMin = event.min;

for (var i = 0; i < charts.length; i++) {
  charts[i].xAxis[0].setExtremes(globalMin, globalMax, true, false);
}

      


3 Charts is running smoothly. (Points move from the viewpoint point by point)

The 12 charts seem to fade into panning. The effect I see is that the bursts of data come out of the viewport and instead are translated point by point.

** Click hyperlinks to watch videos **

Any suggestions for this would be appreciated. Thanks to

+3
javascript charts plot highcharts


source to share


No one has answered this question yet

Check out similar questions:

1966
How can I select an element with multiple classes in jQuery?
93
How to create a column range chart in Highcharts using range and navigator functions?
3
DataLabels in Highcharts are outside of container / not displayed
2
Can I overlay a plot in Chart :: Gnuplot (Perl)?
2
Highcharts does not display chart data correctly after zooming or using a navigator
1
Lagging issue with multiple charts, SVG canvas or HTML5?
0
correct positioning using the Highcharts renderer on the histogram
0
Highcharts - Navigating the 3rd item in the 'hidden' series in the plot
0
Smooth Panning Highstock
0
Highcharts - xAxis scaling and panning along axis



All Articles
Loading...
X
Show
Funny
Dev
Pics