Merge pull request #5665 from wanwan31/patch-2

fix comma
This commit is contained in:
Masahiro Wakame
2015-09-08 21:54:40 +09:00
+1 -1
View File
@@ -24,7 +24,7 @@ interface HighChartsNGConfig {
currentMin?: number;
currentMax?: number;
title?: { text?: string }
},
};
//Whether to use HighStocks instead of HighCharts (optional). Defaults to false.
useHighStocks?: boolean;
//size (optional) if left out the chart will default to size of the div or something sensible.