Highstock - Display a message when noData is available
Implement the same functionality as for the highchart graph types. So when no data is available, developers will have the possibility to add a custom message.
See the highchart functionality solved on uservoice:
https://highcharts.uservoice.com/forums/55896-highcharts-javascript-api/suggestions/1065633-display-no-data-to-display
The no-data module works for Highstock too: http://jsfiddle.net/highcharts/sgawdhhd/
-
Tarun Chopra commented
No data is not shown in chart having multiple series with null values.
-
Anonymous commented
Awesome! Just a notice to tell you that the functionality is not documented in the Highstock API references. Thanks a lot!