Skip to content

Instantly share code, notes, and snippets.

@TorsteinHonsi
Last active December 11, 2015 20:19
Show Gist options
  • Save TorsteinHonsi/4654489 to your computer and use it in GitHub Desktop.
Save TorsteinHonsi/4654489 to your computer and use it in GitHub Desktop.
Highcharts.setOptions({
colors: ['#0187DD', '#0F283E', '#77C100', '#FF6400', '#CF0000', '#502864', '#D72870'],
plotOptions: {
series: {
shadow: false
}
},
tooltip: {
borderRadius: 2,
borderColor: '#AAA',
backgroundColor: '#FFF',
borderWidth: 1,
shadow: false
},
yAxis: {
gridLineDashStyle: 'dot'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment