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
Describe the bug Plot histograms for dates can sometimes have differently sized bins which leads to awkwardly inconsistent "skinny" bars.
To Reproduce See this notebook.
The text was updated successfully, but these errors were encountered:
This bug is specific to the 2 days time interval generated by d3.utcTicks, and should be fixed in d3-time.
https://github.com/d3/d3-time/blob/main/README.md#utcTicks
Sorry, something went wrong.
Related d3/d3-scale#245.
Alternative day interval: https://observablehq.com/d/906f777c9f2f0701.
Successfully merging a pull request may close this issue.
Describe the bug
Plot histograms for dates can sometimes have differently sized bins which leads to awkwardly inconsistent "skinny" bars.
To Reproduce
See this notebook.
The text was updated successfully, but these errors were encountered: