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 4e78fe7 commit 5a362c6Copy full SHA for 5a362c6
index.d.ts
@@ -34,7 +34,7 @@ export interface LinearComponentProps extends ChartComponentProps {
34
export default class ChartComponent<
35
P extends ChartComponentProps
36
> extends React.Component<P, {}> {
37
- chart_instance: chartjs;
+ chartInstance: chartjs;
38
}
39
40
export class Doughnut extends ChartComponent<ChartComponentProps> {}
0 commit comments