How to display No Data Available Message in highcharts
问题 Can we display a message using highcharts, when the data set does not return any data? For example : "No Data Available" 回答1: This has been added per the uservoice entry. 回答2: It is now supported in Highcharts since v3.0.8 You need to load the no-data module and then, you can specify a custom message through the lang.noData option: Highcharts.setOptions({lang: {noData: "Your custom message"}}); 回答3: I used a little workaround to solve this problem. Basically I'm overlaying a div containing