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
The padding option works for linear scales but wouldn't work great for log or power scales since it's based on a proportion.
The related issue is perhaps this will be included as a basic D3 scale feature: d3/d3-scale#150
That issue also has information on Vega's implementation of this idea, which could serve as a blueprint.
The text was updated successfully, but these errors were encountered:
This is being done on the padding branch.
Sorry, something went wrong.
This is now done. @veltman found a way to fix the padding issue. I'll merge into master this week.
No branches or pull requests
The padding option works for linear scales but wouldn't work great for log or power scales since it's based on a proportion.
The related issue is perhaps this will be included as a basic D3 scale feature: d3/d3-scale#150
That issue also has information on Vega's implementation of this idea, which could serve as a blueprint.
The text was updated successfully, but these errors were encountered: