HighchartsPieChart.colors is a string array.

This commit is contained in:
Dan Lewi Harkestad
2015-09-20 23:47:10 +02:00
parent 66c111fb9e
commit 83d234fe32
+1 -1
View File
@@ -888,7 +888,7 @@ interface HighchartsPieChart {
borderColor?: string;
borderWidth?: number;
center?: string[];
colors?: string;
colors?: string[];
cursor?: string;
dataLabels?: HighchartsDataLabels;
depth?: number;