I would like to know if there is a built-in or accepted way to show a label or message on a chart (or where the chart will be) if there are no data series.
I could not find anything in the Highcharts docs, and I try to stay away from using jQuery (or just JavaScript in general) to check if the result has data, and then change the DOM myself.
The data comes as json from the MVC 3 controller call if this helps or changes something.
Ideally, this message will be displayed on an empty chart so that users know that the chart object exists.
Thanks!
source share