mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 22:44:18 +08:00
Update index.d.ts (#18140)
Add parameters used for doughnut charts : http://www.chartjs.org/docs/latest/charts/doughnut.html
This commit is contained in:
committed by
Wesley Wigham
parent
4de32d67a5
commit
1be93dbab9
2
types/chart.js/index.d.ts
vendored
2
types/chart.js/index.d.ts
vendored
@@ -159,6 +159,8 @@ declare namespace Chart {
|
||||
elements?: ChartElementsOptions;
|
||||
scales?: ChartScales;
|
||||
cutoutPercentage?: number;
|
||||
circumference?: number;
|
||||
rotation?: number;
|
||||
}
|
||||
|
||||
interface ChartFontOptions {
|
||||
|
||||
Reference in New Issue
Block a user