UNPKG

cl-react-graph

Version:
25 lines (23 loc) 383 B
import { IAxes } from '../../../../src'; export const axis: IAxes = { x: { dateFormat: '', height: 20, label: '', margin: 20, numberFormat: '', scale: 'linear', tickSize: 0, width: 50, }, y: { dateFormat: '', height: 20, label: '', margin: 20, numberFormat: '', scale: 'linear', tickSize: 20, width: 50, }, };