mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #3888 from gxoptg/patch-1
Mark "highlight" and "label" properties of CircularChartData as optional
This commit is contained in:
Vendored
+2
-2
@@ -28,8 +28,8 @@ interface LinearChartData {
|
||||
interface CircularChartData {
|
||||
value: number;
|
||||
color: string;
|
||||
highlight: string;
|
||||
label: string;
|
||||
highlight?: string;
|
||||
label?: string;
|
||||
}
|
||||
|
||||
interface ChartSettings {
|
||||
|
||||
Reference in New Issue
Block a user