Skip to content
New issue

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

Scrambled stacked bar chart if a data point is below Y domainMin or total is above domainMax #3480

Open
rstarkov opened this issue Oct 27, 2018 · 0 comments

Comments

@rstarkov
Copy link

rstarkov commented Oct 27, 2018

See demo here: https://jsbin.com/ceyijacuva/2/edit?html,output (or as a gist)

Normal display:

With one data point below domainMin (data[0].r = 5):

With total exceeding domainMax (data[0].r = 150):

Expected behaviour

The rightmost column should remain unaffected in both cases.

Actual behaviour

Parts of the rightmost column disappear.

This is just one example; I've seen the chart get scrambled in other ways if this condition occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant