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

Stacked Column bar rounding config bug #4845

Open
gyurielf opened this issue Dec 2, 2024 · 2 comments
Open

Stacked Column bar rounding config bug #4845

gyurielf opened this issue Dec 2, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@gyurielf
Copy link

gyurielf commented Dec 2, 2024

Description

Hello there!
As I see something has been broken since this pull request:
#4747

Just need to play around the related configs:

borderRadiusApplication: 'all',
borderRadiusWhenStacked: 'last',

Expected Behavior

It should work as before. The top should be rounded only.

Actual Behavior

Both ends rounded, but it shouldn't.

Screenshots

v3.54
image

v4.1
image

Both have the same config, but something has been broken since 3.54.1.

v3.54.0:
https://codepen.io/gyurielf/pen/OPLVvgM

v4.1:
https://codepen.io/gyurielf/pen/LEPVdWM

It shouldn't have to be rounded on both end with the provided config.

@gyurielf gyurielf added the bug Something isn't working label Dec 2, 2024
@junedchhipa
Copy link
Contributor

It's an intentional breaking change which tries to give a more balanced look in stacked charts.
I will be re-visiting this thread to give more options to control the top end and the bottom end.

@gyurielf
Copy link
Author

gyurielf commented Dec 2, 2024

It's an intentional breaking change which tries to give a more balanced look in stacked charts. I will be re-visiting this thread to give more options to control the top end and the bottom end.

Thank you! I appreciate that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants