[charts] Support multiple values for border radius on bar charts #13077
Labels
component: charts
This is the name of the generic UI component, not the React module!
customization: css
Design CSS customizability
dx
Related to developers' experience
new feature
New feature or request
waiting for 👍
Waiting for upvotes
Summary
Currently, Bar charts support setting a uniform border radius for all corners of a bar, which applies the same curvature to the top-left, top-right, bottom-left, and bottom-right corners.
The idea is to introduce more flexibility by enabling separate radius values for each corner, thereby improving visual customization
Recharts solution is overall worst than ours, but they cover this aspect, and maybe we can follow the same behavior.
Main challenge
The point in the #12834 (comment) is that currently the border radius manages Negative & Positive values differently, eg: positive vertical values have no border radius on the bottom corners. If we allow for setting border radius for every corner, just like the border-radius css, how should we override the current behaviour?
Search keywords:
border-radius bar chart
The text was updated successfully, but these errors were encountered: