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
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):
The rightmost column should remain unaffected in both cases.
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: