go-chart
go-chart copied to clipboard
Feature Request: Stacked bar chart using denormalized values
Would it be possible to have a stacked bar chart formatted like the above image instead of having all y-axis values normalized from 0-100%?
Happy to help out with a change for this, it could be a DeNormalizeValues
boolean property on the StackedBarChart
type (defaulted to false
) so that the change is backwards compatible with the public API.
I'd also find this functionality incredibly useful and would be happy to contribute. @mcos out of curiosity did you end up implementing this change yourself elsewhere?
I would also really like this feature. I hacked around with the code a bit but wasn't immediately obvious how to avoid a lot of the changes made to support normalized values. I guess it will take quite a lot of refactoring.