Using http://api.highcharts.com/highcharts#loading
Is it possible to have an image as part of the overlay that is shown? specifically a “loading” gif image?
I’ve tried using the labelStyle section, but no luck so far!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After examining the API. This does seem to be possible.
labelStyleaccepts any valid CSS. Properties that are normally hyphenated remove the hyphen, and capitalize the next letter. This means we can use something likebackground-imageto supply a background image (like a loading.gif).Example fiddle here.