Skip to content

Instantly share code, notes, and snippets.

@erikwett
Created December 5, 2017 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikwett/ab60dbdd7655c1b48e79fbe209a315e4 to your computer and use it in GitHub Desktop.
Save erikwett/ab60dbdd7655c1b48e79fbe209a315e4 to your computer and use it in GitHub Desktop.
if (this.backendApi.isSnapshot) {
chartDef.chart.animation = false;
chartDef.plotOptions = { series: { animation: false } };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment