SwiftUICharts
SwiftUICharts copied to clipboard
Different BarStyles support in StackedChart for different Data Sets
Can it be possible to add support for having different BarStyle associated with different bars in stacked chart?
What do you want to do in the separate bar styles?
That can allow the library to plot charts like this -
Right now to support something like this multiple charts needs to be created and overlayed in ZStack, which doesn’t seem optimal..