Skip to content

Instantly share code, notes, and snippets.

@angeliquejw
Last active April 9, 2016 15:35
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 angeliquejw/830962e7e7f724a43a1144c42d428b63 to your computer and use it in GitHub Desktop.
Save angeliquejw/830962e7e7f724a43a1144c42d428b63 to your computer and use it in GitHub Desktop.
Add a thousands separator in Highcharts
Highcharts.setOptions({
lang: {
thousandsSep: ','
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment