mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
Merge pull request #5810 from Trapulo/master
CircularChartData color optional
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