Bar Chart Corner Radius on Grouped Bars #2231
Unanswered
scottwillman
asked this question in
Q&A
Replies: 2 comments
-
|
@scottwillman sorry to be late answering this, bar radius for stacked(or grouped) will be considered for future release 😃 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
this feature was released in v3.3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looks like bar corner radius isn't implemented on grouped bars:
billboard.js/src/ChartInternal/shape/bar.ts
Line 124 in 37b698d
Is this a heavy lift? A quick scan of the code seems like it could be as simple as only applying the rounding function to the last bar in the group. But, I assume if it were that simple it'd be in there already :). Can I request this feature? Would be a nice bit of polish on some cool charts!
Beta Was this translation helpful? Give feedback.
All reactions