mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 11:07:32 +08:00
Merge pull request #19844 from josefpaij/master
Chart.js - Add ChartFontOptions to global Chart options
This commit is contained in:
3
types/chart.js/index.d.ts
vendored
3
types/chart.js/index.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user