@mozaik/themes
Version:
Mozaïk official themes
19 lines • 417 B
JavaScript
export default {
axis: {
textColor: '#fff',
tickColor: '#fff',
legendColor: '#fff'
},
grid: {
stroke: '#222'
},
colors: ['#66c2a5', '#fc8d62', '#8da0cb', '#e78ac3', '#a6d854'],
tooltip: {
background: '#000',
color: '#fff',
fontSize: '1.4vmin',
borderRadius: 0,
boxShadow: 'none',
border: '1px solid #fff'
}
};