mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-10 20:20:12 +00:00
Merge pull request #5810 from Trapulo/master
CircularChartData color optional
This commit is contained in:
2
chartjs/chart.d.ts
vendored
2
chartjs/chart.d.ts
vendored
@@ -27,7 +27,7 @@ interface LinearChartData {
|
||||
|
||||
interface CircularChartData {
|
||||
value: number;
|
||||
color: string;
|
||||
color?: string;
|
||||
highlight?: string;
|
||||
label?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user