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,
  },
};
