Created
March 16, 2020 00:52
-
-
Save kw0006667/598141e4d74f8a5f58a6b276d6276f90 to your computer and use it in GitHub Desktop.
Set theme for your Highcharts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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