mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00: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:
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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user