react-apexcharts icon indicating copy to clipboard operation
react-apexcharts copied to clipboard

Incorrect display on stacked bar chart

Open AlexBroadbent opened this issue 3 years ago • 1 comments

A stacked bar chart with a value of 0 is overlapping the value that is greater than 0 which looks like the numbers are wrong.

Screenshot 2022-07-23 at 21 24 18

Happy to share more information if required.

AlexBroadbent avatar Aug 10 '22 08:08 AlexBroadbent

I found that setting the stroke: { width: 0 } resolved this

AlexBroadbent avatar Aug 10 '22 09:08 AlexBroadbent