samadhan17
Posts: 25
Joined: Mon Mar 09, 2020 9:37 am

How to hide first column in waterfall chart

Hi,
I wanted to hide first column in waterfall chart so instead to just show dash line at first data point. How to do that.
michal.f
Posts: 1114
Joined: Thu Aug 12, 2021 12:04 pm

Re: How to hide first column in waterfall chart

Hello,

Do you mean something like that?
Demo: https://jsfiddle.net/BlackLabel/405ucwey/

Let me know if that was what you were looking for!
Best regards!
Michał Filipiec
Highcharts Developer
https://blacklabel.pl/highcharts/
samadhan17
Posts: 25
Joined: Mon Mar 09, 2020 9:37 am

Re: How to hide first column in waterfall chart

Yes but visible: false, is not available...Under waterfall type chart series data visible option is not available..

Image
Attachments
temp.JPG
temp.JPG (84.14 KiB) Viewed 584 times
michal.f
Posts: 1114
Joined: Thu Aug 12, 2021 12:04 pm

Re: How to hide first column in waterfall chart

Hello,

It is available only it is not documented in the API. As you can see in the attached demo, this option works.

If you don't want to use the third way of structuring an array but the second one then you can use the series.keys property to keep the final data the same.

Demo: https://jsfiddle.net/BlackLabel/zpgshekr/
API: https://api.highcharts.com/highcharts/s ... rfall.keys

Feel free to ask any further questions!
Best regards!
Michał Filipiec
Highcharts Developer
https://blacklabel.pl/highcharts/

Return to “Highcharts Stock”