Merge pull request #19844 from josefpaij/master

Chart.js - Add ChartFontOptions to global Chart options
This commit is contained in:
Benjamin Lichtman
2017-09-19 10:59:40 -07:00
committed by GitHub

View File

@@ -5,6 +5,7 @@
// KentarouTakeda <https://github.com/KentarouTakeda>
// Larry Bahr <https://github.com/larrybahr>
// Daniel Luz <https://github.com/mernen>
// Joseph Page <https://github.com/josefpaij>
// 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 {