mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
HighchartsPieChart.colors is a string array.
This commit is contained in:
Vendored
+1
-1
@@ -888,7 +888,7 @@ interface HighchartsPieChart {
|
||||
borderColor?: string;
|
||||
borderWidth?: number;
|
||||
center?: string[];
|
||||
colors?: string;
|
||||
colors?: string[];
|
||||
cursor?: string;
|
||||
dataLabels?: HighchartsDataLabels;
|
||||
depth?: number;
|
||||
|
||||
Reference in New Issue
Block a user