aditya_jitu
Posts: 5
Joined: Fri May 07, 2021 5:01 am

Show a message for some data points

Hi Team,

I would like to thank-you for the awesome Charting Framework.
I was doing some testing & came across a use case and I am trying to understand how can I leverage highcharts features.

The HighChart version I am using is:- 7.2.1
The test url is:- https://jsfiddle.net/y37vpuL4/3/

As you can see there is no data for the month of October. In that case I would like to inform user there is no data available because the user may get confused by looking at the gap.

Is there any HighChart module which can take care or this
dominik.c
Posts: 2081
Joined: Fri Aug 07, 2020 7:07 am

Re: Show a message for some data points

Hello aditya_jitu!

Welcome to our forum and thanks for contacting us with your question!

Unfortunately, there's no module for that, but we can use SVG renderer and render text field for points with no data. Check out the demo in the link below and tell me if it works for you. :-)

API references:
https://api.highcharts.com/class-refere ... derer#text

Demo:
https://jsfiddle.net/BlackLabel/yh7j5pcw/

Best regards!
Dominik Chudy
Highcharts Developer
aditya_jitu
Posts: 5
Joined: Fri May 07, 2021 5:01 am

Re: Show a message for some data points

Hi Dominik,

Thank-you for the quick reply. Yes it works.

Best Regards
dominik.c
Posts: 2081
Joined: Fri Aug 07, 2020 7:07 am

Re: Show a message for some data points

That's great to hear!

In case of any further questions, feel free to contact us again.
Dominik Chudy
Highcharts Developer

Return to “Highcharts Usage”