-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Configure legend label box radius #5061
Comments
7 days have passed and there is not even a hint of an answer. Can at least tell me what to expect or give an alternative? |
Is this a valid feature request? If so, I'd like to give it a try! |
Legend box height is now configurable in v3. The radius is not |
@Jlomaka If you want to change the radius of the label box, you can use this workaround and just set: |
Here is what worked for me.
|
It's work , but how set custom border-radius to legend shape |
following 🥉 |
Is this still not implemented? legend: {
labels: {
borderRadius: 1000,
useBorderRadius: true,
usePointStyle: true,
color: '#000',
},
position: 'top',
} does not change the radius of my border, it's still to small |
The other day I wanted to change the radius of the label box and the height, but did not find any variable or form where it is written how it can be done. Chart.js version 2.7.1
The text was updated successfully, but these errors were encountered: