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
Consider the following spec:
{ "data": {"values": [{"a": "A", "b": 28}]}, "mark": "bar", "encoding": { "x": {"field": "b", "type": "quantitative", "scale": {"domain": [0, 150]}} } }
I would expect that the domain is exactly [0, 150] as explicitly set.
[0, 150]
The text was updated successfully, but these errors were encountered:
I agree this would be helpful default behaviour for an explicit domain to override any nice settings.
Sorry, something went wrong.
Good idea. Done in #7157.
domoritz
Successfully merging a pull request may close this issue.
Consider the following spec:
I would expect that the domain is exactly
[0, 150]
as explicitly set.The text was updated successfully, but these errors were encountered: