user3898706
user3898706

Reputation: 13

Remove gap between series in stacked column chart

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

Answers (1)

Sebastian Bochan
Sebastian Bochan

Reputation: 37588

It is a border, so only what you need is set borderWidth as 0.

Upvotes: 2

Related Questions