Skip to content

Instantly share code, notes, and snippets.

@Umaaz
Created March 13, 2015 14:00
Show Gist options
  • Save Umaaz/1f5d9f0c172f5aa9d25a to your computer and use it in GitHub Desktop.
Save Umaaz/1f5d9f0c172f5aa9d25a to your computer and use it in GitHub Desktop.
for(var j = 0; j < chart.series.length; j++)
{
chart.series[j].setData(seriesData[j], false);
}
chart.yAxis[0].setExtremes(min, max, false);
chart.redraw();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment