Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@zhukovRoman
Created February 1, 2016 14:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhukovRoman/aed66226394ce6eda2bb to your computer and use it in GitHub Desktop.
Save zhukovRoman/aed66226394ce6eda2bb to your computer and use it in GitHub Desktop.
Highcharts.theme = {
colors: ['#f17e30', '#cccccf', '#ED561B', '#DDDF00', '#24CBE5', '#64E572',
'#FF9655', '#FFF263', '#6AF9C4'],
colors: ['#f47920', '#cccccf', '#ED561B', '#DDDF00', '#24CBE5', '#64E572',
'#FF9655', '#FFF263', '#6AF9C4'],
chart: {
backgroundColor: 'transparent'
},
credits: {
enabled: false
},
title: {
style: {
color: '#737b7e',
font: '32px "PT Sans", sans-serif',
'text-transform': 'uppercase',
'font-weight': 'bold'
}
},
yAxis:{
title:{
align: 'low',
style:{
font: '26px "PT Sans", sans-serif',
color: '#71787f'
}
},
labels:{
style:{
font: '26px "PT Sans", sans-serif',
color: '#71787f'
}
}
},
xAxis:{
labels:{
style:{
font: '26px "PT Sans", sans-serif',
color: '#71787f'
}
}
},
legend: {
lineHeight: 26,
itemStyle: {
font: '26px "PT Sans", sans-serif',
color: '#737b7e'
},
itemHoverStyle:{
color: 'gray'
},
symbolHeight: 26,
symbolWidth: 26,
symbolRadius: 13
},
tooltip:{
backgroundColor: "white",
borderWidth:0,
animation: false,
style:{
color: 'gray',
fontFamily: 'PT Sans, sans-serif',
fontSize: '28px',
zIndex: '99999',
padding: '0px'
}
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment