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 c96d940 commit c4adc01Copy full SHA for c4adc01
index.d.ts
@@ -23,8 +23,10 @@ export interface ChartComponentProps {
23
legend?: chartjs.ChartLegendOptions;
24
onElementsClick?(e: any): void; // alias for getElementsAtEvent (backward compatibility)
25
options?: chartjs.ChartOptions;
26
+ plugins?: object[];
27
redraw?: boolean;
28
width?: number;
29
+ datasetKeyProvider: (any) => any;
30
}
31
32
export interface LinearComponentProps extends ChartComponentProps {
0 commit comments