We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General
donut and rose display wrong percentage while pie is correct, with the same data.
Re-produce: I directly use sample code from donut, pie and rose, and try with the following data:
[{x: 0, y: 150}, {x:1, y: 115698}]
the corresponding config is: oAccessor={"x"} rAccessor={"y"}
oAccessor={"x"} rAccessor={"y"}
Version 1.20.5 and 2.0.0-rc5
1.20.5
2.0.0-rc5
Please see attached images
The text was updated successfully, but these errors were encountered:
pie: correct donut: incorrect rose: incorrect
Sorry, something went wrong.
Well that's not good. Will take a look at it.
This is fixed in 2.0.0-rc.12. The problem was that it wasn't handling ordinal values created with numbers (in your case the x values).
2.0.0-rc.12
x
Thank you.
No branches or pull requests
General
donut and rose display wrong percentage while pie is correct, with the same data.
Re-produce:
I directly use sample code from donut, pie and rose, and try with the following data:
the corresponding config is:
oAccessor={"x"} rAccessor={"y"}
Version
1.20.5
and2.0.0-rc5
Please see attached images
The text was updated successfully, but these errors were encountered: