cl-react-graph
Version:
React D3 Charts
25 lines (23 loc) • 381 B
text/typescript
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,
},
};