SwiftUICharts icon indicating copy to clipboard operation
SwiftUICharts copied to clipboard

Different BarStyles support in StackedChart for different Data Sets

Open kunalverma25 opened this issue 3 years ago • 2 comments

Can it be possible to add support for having different BarStyle associated with different bars in stacked chart?

kunalverma25 avatar Dec 17 '21 10:12 kunalverma25

What do you want to do in the separate bar styles?

willdale avatar Dec 30 '21 10:12 willdale

That can allow the library to plot charts like this -

image

Right now to support something like this multiple charts needs to be created and overlayed in ZStack, which doesn’t seem optimal..

kunalverma25 avatar Jan 03 '22 04:01 kunalverma25