Skip to content

Instantly share code, notes, and snippets.

@kw0006667
Created March 16, 2020 00:52
Show Gist options
  • Save kw0006667/598141e4d74f8a5f58a6b276d6276f90 to your computer and use it in GitHub Desktop.
Save kw0006667/598141e4d74f8a5f58a6b276d6276f90 to your computer and use it in GitHub Desktop.
Set theme for your Highcharts
Highcharts.theme = {
colors: ['#2b908f', '#90ee7e', '#f45b5b', '#7798BF', '#aaeeee', '#ff0066',
'#eeaaee', '#55BF3B', '#DF5353', '#7798BF', '#aaeeee'
]};
Highcharts.setOptions(Highcharts.theme);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment