diff --git a/packages/primevue/src/chart/Chart.d.ts b/packages/primevue/src/chart/Chart.d.ts index 6d3ebdb0c..c001c6b98 100755 --- a/packages/primevue/src/chart/Chart.d.ts +++ b/packages/primevue/src/chart/Chart.d.ts @@ -105,7 +105,7 @@ export interface ChartProps { /** * Used to custom plugins of the chart. */ - plugins?: any; + plugins?: any[]; /** * Width of the chart in non-responsive mode. * @defaultValue 300