Merge pull request #24127 from hisaboh/master

@types/chart.js doesn't work with plugin's optioions.
This commit is contained in:
Armando Aguirre
2018-03-09 16:32:45 -08:00
committed by GitHub

View File

@@ -198,6 +198,8 @@ declare namespace Chart {
cutoutPercentage?: number;
circumference?: number;
rotation?: number;
// Plugins can require any options
plugins?: { [plugin: string]: any };
}
interface ChartFontOptions {