diff --git a/src/components/Chart.tsx b/src/components/Chart.tsx index e75631f5..dc9e769c 100644 --- a/src/components/Chart.tsx +++ b/src/components/Chart.tsx @@ -9,7 +9,6 @@ import Bar from '../seriesTypes/Bar' import Line from '../seriesTypes/Line' // import { - AxesInfo, AxisDimension, AxisDimensions, AxisOptions, diff --git a/src/types.ts b/src/types.ts index 07c8c110..34b0c85c 100644 --- a/src/types.ts +++ b/src/types.ts @@ -448,11 +448,6 @@ export type GridDimensions = { gridHeight: number } -export type AxesInfo = { - xKey: 'primary' | 'secondary' - yKey: 'primary' | 'secondary' -} - export type CursorOptions = { value?: unknown show?: boolean