UNPKG

@lekseek/ui

Version:

Vue 3 components library

10 lines (8 loc) 181 B
import { ChartOptions } from '../../../models'; export const defaultChart: ChartOptions = { chartColors: { red: '#e02020', green: '#95c11e', gray: '#717171', }, };