mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
CircularChartData color optional
according to documentation, color is optional http://www.chartjs.org/docs/#doughnut-pie-chart
This commit is contained in:
Vendored
+1
-1
@@ -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