Display noData error message on separate lines.
I was able to add noData message on my graph, My error message is long so it should display on separate lines, not in single line.
Is there any way to enter <br> or newline character, so long noData
message will be displayed on separate lines.
1
vote
chaitanya.anpat
shared this idea
This is possible just as you have described it: https://jsfiddle.net/BlackLabel/f3krz4d1/
For technical support please see:
https://www.highcharts.com/blog/support/
-
AdminPaweł Fus (Admin, Highcharts JS) commented
Hi! This is already possible using API (lang.noData): https://api.highcharts.com/highcharts/lang.noData - simply add <br> tags, demo: http://jsfiddle.net/BlackLabel/hr2qp7L8/