diff --git a/types/chart.js/index.d.ts b/types/chart.js/index.d.ts index 338e38e223..c637164d30 100644 --- a/types/chart.js/index.d.ts +++ b/types/chart.js/index.d.ts @@ -198,6 +198,8 @@ declare namespace Chart { cutoutPercentage?: number; circumference?: number; rotation?: number; + // Plugins can require any options + plugins?: { [plugin: string]: any }; } interface ChartFontOptions {