Skip to content

Commit 5a362c6

Browse files
authored
Finish variable rename by updating typescript file
See #236 (comment)
1 parent 4e78fe7 commit 5a362c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export interface LinearComponentProps extends ChartComponentProps {
3434
export default class ChartComponent<
3535
P extends ChartComponentProps
3636
> extends React.Component<P, {}> {
37-
chart_instance: chartjs;
37+
chartInstance: chartjs;
3838
}
3939

4040
export class Doughnut extends ChartComponent<ChartComponentProps> {}

0 commit comments

Comments
 (0)