Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jul 19, 2021
1 parent 05d0c03 commit 57dae6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/components/Chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import Bar from '../seriesTypes/Bar'
import Line from '../seriesTypes/Line'
//
import {
AxesInfo,
AxisDimension,
AxisDimensions,
AxisOptions,
Expand Down
5 changes: 0 additions & 5 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 57dae6f

@vercel
Copy link

@vercel vercel bot commented on 57dae6f Jul 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.