Skip to content

Commit 57dae6f

Browse files
committed
fix: build
1 parent 05d0c03 commit 57dae6f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/components/Chart.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import Bar from '../seriesTypes/Bar'
99
import Line from '../seriesTypes/Line'
1010
//
1111
import {
12-
AxesInfo,
1312
AxisDimension,
1413
AxisDimensions,
1514
AxisOptions,

src/types.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -448,11 +448,6 @@ export type GridDimensions = {
448448
gridHeight: number
449449
}
450450

451-
export type AxesInfo = {
452-
xKey: 'primary' | 'secondary'
453-
yKey: 'primary' | 'secondary'
454-
}
455-
456451
export type CursorOptions = {
457452
value?: unknown
458453
show?: boolean

0 commit comments

Comments
 (0)