From 94925c5376e95b9261e10482d143527aa096024a Mon Sep 17 00:00:00 2001 From: Joseph Page Date: Mon, 18 Sep 2017 13:15:50 -0400 Subject: [PATCH] Add ChartFontOptions to global Chart.js options --- types/chart.js/index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/chart.js/index.d.ts b/types/chart.js/index.d.ts index 607f6924f8..2dcfd79aff 100644 --- a/types/chart.js/index.d.ts +++ b/types/chart.js/index.d.ts @@ -5,6 +5,7 @@ // KentarouTakeda // Larry Bahr // Daniel Luz +// Joseph Page // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 @@ -33,7 +34,7 @@ declare class Chart { static pluginService: PluginServiceStatic; static defaults: { - global: Chart.ChartOptions; + global: Chart.ChartOptions & Chart.ChartFontOptions; }; } declare class PluginServiceStatic {