Display No Data To Display
In case of a request where no data is received or an error is occured, define an easy way to display a custom message.
-
@Anonymous It's working here: http://jsfiddle.net/highcharts/p7pmLc7k/
-
Anonymous commented
3D pie chart is not working while all data be zero, pending without any error message
-
saravana commented
i.m using jquery-1.5-min.js . for me itz not working.
but when i use
chart.showLoading('No data to display');
itz working -
Ole Morten Amundsen commented
I wish it could have some dummy data to be faded out in the background. See following real-life example: https://dl.dropboxusercontent.com/u/1860162/no%20data%20to%20display%20graph.png
I don't consider this a good solution for this case. Suggestions? -
aaa commented
It would be very usefull.
-
Mladen Yakimov commented
I agree with Patrick, this would be pretty useful
-
Patrick commented
This would be incredibly useful.
-
For now you can use chart.showLoading('No data to display');
-
David Hirtle commented
This would be very valuable, and should be relatively easy to implement. It's frustrating to add this logic manually: you can overlay a div over the chart, for example, but getting the font etc. looking consistent is a pain.