mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #8718 from smayes5/highcharts-ng-loading-fix
Update highcharts-ng loading property
This commit is contained in:
Vendored
+1
-1
@@ -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?: {
|
||||
|
||||
Reference in New Issue
Block a user