We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d0c03 commit 57dae6fCopy full SHA for 57dae6f
src/components/Chart.tsx
@@ -9,7 +9,6 @@ import Bar from '../seriesTypes/Bar'
9
import Line from '../seriesTypes/Line'
10
//
11
import {
12
- AxesInfo,
13
AxisDimension,
14
AxisDimensions,
15
AxisOptions,
src/types.ts
@@ -448,11 +448,6 @@ export type GridDimensions = {
448
gridHeight: number
449
}
450
451
-export type AxesInfo = {
452
- xKey: 'primary' | 'secondary'
453
- yKey: 'primary' | 'secondary'
454
-}
455
-
456
export type CursorOptions = {
457
value?: unknown
458
show?: boolean
0 commit comments