I have built a stacked bar graph using apexcharts.
I'm trying to add borders at the top of each bar but either it's applied to each stack or just on one data set of the stack.
So in the first try, I did this
borderRadius : 6,
borderRadiusWhenStacked : 'last',
In the second try, I did this
borderRadius : 6,
borderRadiusWhenStacked : 'last',
But they did not seem to work properly as expected.