Skip to content

Commit 6a3ebd7

Browse files
peterellisjonesjerairrest
authored andcommitted
add typings for scatter plot (#180)
1 parent c698b78 commit 6a3ebd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ export class Pie extends ChartComponent<ChartComponentProps> {}
4343

4444
export class Line extends ChartComponent<LinearComponentProps> {}
4545

46+
export class Scatter extends ChartComponent<ChartComponentProps> {}
47+
4648
export class Bar extends ChartComponent<LinearComponentProps> {}
4749

4850
export class HorizontalBar extends ChartComponent<ChartComponentProps> {}

0 commit comments

Comments
 (0)