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

clamp does not work properly for bar chart with align==='end' and anchor==='end' #345

Open
tearfur opened this issue Oct 11, 2022 · 0 comments

Comments

@tearfur
Copy link

tearfur commented Oct 11, 2022

[email protected]
[email protected]

config = {
  type: 'bar',
  /* ... */
  options: {
    /* ... */
    datalabels: {
      clamp: true,
      anchor: 'end',
      align: 'end'
    }
  }
}

If the bar is as long as the y-axis, then the data label won't show.

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

No branches or pull requests

1 participant