Update Chart.d.ts
parent
c2d2d01350
commit
2cbfb5a20f
|
@ -105,7 +105,7 @@ export interface ChartProps {
|
||||||
/**
|
/**
|
||||||
* Used to custom plugins of the chart.
|
* Used to custom plugins of the chart.
|
||||||
*/
|
*/
|
||||||
plugins?: any;
|
plugins?: any[];
|
||||||
/**
|
/**
|
||||||
* Width of the chart in non-responsive mode.
|
* Width of the chart in non-responsive mode.
|
||||||
* @defaultValue 300
|
* @defaultValue 300
|
||||||
|
|
Loading…
Reference in New Issue