Skip to content
New issue

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

Bar width with grouped Datasets #8718

Closed
Roman991 opened this issue Mar 25, 2021 · 2 comments · Fixed by #8740
Closed

Bar width with grouped Datasets #8718

Roman991 opened this issue Mar 25, 2021 · 2 comments · Fixed by #8740

Comments

@Roman991
Copy link

Roman991 commented Mar 25, 2021

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)

@kurkle
Copy link
Member

kurkle commented Mar 25, 2021

The offset limit comes from here: #8560
Maybe the 25% is too restrictive.

@kurkle
Copy link
Member

kurkle commented Mar 25, 2021

You can set bounds: 'ticks' to make sure the whole days are included in the time span.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants