react-native-pathjs-charts
react-native-pathjs-charts copied to clipboard
Does the current bar chart supports stacked column?
trafficstars
would be nice if we have this :)
Agreed it would be nice to have this. I looked at this a bit and creation of the bar chart is highly dependent on the paths-js library and this library does not have support for stacked columns. So, either we'd need to see if we could get that added into that lib via a PR or on another extreme consider a rewrite that doesn't depend on paths-js.