UNPKG

cl-react-graph

Version:
25 lines (23 loc) 381 B
import { Axes } from "../../../../src"; export const axis: Axes = { 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, }, };