Highcharts.theme = { colors: [ '#0082fc','#16b370','#9d00ff','#ff3d57','#25cee3','#ffa101','#ff3399','#bac4d0','#d5a5ef','#00e430','#a15701','#ffcc04','#ea0d84','#2780b8','#bdc3c7','#efdeb4','#d95459','#2ecc71','#404e60','#76DF5B' ], credits: { enabled: false }, chart: { backgroundColor: null, style: { fontFamily: 'Open Sans' }}, turboThreshold: 50000, exporting: { buttons: { contextButton: { menuItems: [ 'viewFullscreen', 'printChart', 'separator', 'downloadPNG', 'downloadJPEG', 'downloadPDF', 'downloadSVG', 'separator', 'downloadCSV', 'downloadXLS' ] } } } }; Highcharts.setOptions(Highcharts.theme);