@mozaik/themes
Version:
Mozaïk official themes
20 lines (19 loc) • 459 B
JavaScript
import colors from './colors';
export default {
axis: {
textColor: colors.text,
tickColor: '#bbb',
legendColor: colors.text
},
grid: {
stroke: '#eee'
},
colors: ['#82c2de', '#ade0de', '#dad7a3', '#b3deff', '#baab89'],
tooltip: {
background: '#fff',
color: colors.text,
fontSize: '1.4vmin',
borderRadius: '2px',
boxShadow: '0 5px 9px rgba(0, 0, 0, 0.15)'
}
};