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
bars are cutted off when there are several bars grouped.
https://stackblitz.com/edit/chart-bar-width?file=src/app/app.component.ts
there are 2 datasets as example
EDIT this occurs only when there are 2 or less datasets, with 3 datasets its ok (example provided)
The text was updated successfully, but these errors were encountered:
The offset limit comes from here: #8560 Maybe the 25% is too restrictive.
Sorry, something went wrong.
You can set bounds: 'ticks' to make sure the whole days are included in the time span.
bounds: 'ticks'
Successfully merging a pull request may close this issue.
bars are cutted off when there are several bars grouped.
https://stackblitz.com/edit/chart-bar-width?file=src/app/app.component.ts
there are 2 datasets as example
EDIT this occurs only when there are 2 or less datasets, with 3 datasets its ok (example provided)
The text was updated successfully, but these errors were encountered: