Is it possible to add corner radius to VictoryCandlestick? #2197
Answered
by
jsimonassi
jsimonassi
asked this question in
Q&A
-
I need to do this chart: But I'm stuck on a graph like this: Is it possible to add the circular radius to the chart with Victory? This is my current implementation for candles:
|
Beta Was this translation helpful? Give feedback.
Answered by
jsimonassi
Apr 20, 2022
Replies: 1 comment
-
I solved this using rx property:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jsimonassi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I solved this using rx property:
<VictoryCandlestick style={{ date: { rx: 5 } }} />