go-chart icon indicating copy to clipboard operation
go-chart copied to clipboard

Feature Request: Stacked bar chart using denormalized values

Open mcos opened this issue 7 years ago • 2 comments

image

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.

mcos avatar Mar 01 '18 22:03 mcos

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?

mattschofield avatar Dec 30 '18 13:12 mattschofield

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.

warmans avatar Jan 31 '20 09:01 warmans