Replies: 1 comment 1 reply
-
|
hey @brownjedi 👋 thanks for checking out visx, glad you are enjoying it. bar padding in so overall you'd set some combination of <XYChart
xScale={{
type: "band",
paddingInner: 0.5
// paddingOuter: 5
// padding: 0, // use this to set inner + outer to the same value
}}
{...}
> |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
Thank you such an amazing visualization library. I'm having a blast using this.
I have a quick question, is it possible to do a padding between series in a Bar Stack XY chart?
Cheers,
Sai
Beta Was this translation helpful? Give feedback.
All reactions