Merge pull request #8718 from smayes5/highcharts-ng-loading-fix

Update highcharts-ng loading property
This commit is contained in:
Masahiro Wakame
2016-03-26 22:49:09 +09:00
+1 -1
View File
@@ -17,7 +17,7 @@ interface HighChartsNGConfig {
};
//Boolean to control showng loading status on chart (optional)
//Could be a string if you want to show specific loading text.
loading?: boolean;
loading?: boolean | string;
//Configuration for the xAxis (optional). Currently only one x axis can be dynamically controlled.
//properties currentMin and currentMax provied 2-way binding to the chart's maximimum and minimum
xAxis?: {