Asra
Asra

Reputation: 51

Apex-Chart Border not working properly with stacked bar graph

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',

first try

In the second try, I did this

borderRadius : 6,
borderRadiusWhenStacked : 'last',

second try

But they did not seem to work properly as expected.

Upvotes: 2

Views: 34

Answers (0)

Related Questions