Reputation: 13
Is there a way to remove the small white line (gap) between series in a stacked column chart when using Highcharts? See the link below for further understanding.
The stacked column chart with gaps pointed out
I have looked into different kinds of padding and other methods but not found anything that works.
Thank you for looking into this :)
Upvotes: 1
Views: 946
Reputation: 37588
It is a border, so only what you need is set borderWidth as 0.
Upvotes: 2