Is there a way to draw an inset axis on top of the chart? #589
Unanswered
balazs-edes
asked this question in
Q&A
Replies: 0 comments
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.
-
When using an inset axis like this, is there a way to specify, that it is supposed to be rendered/drawn after/on top of the chart's contents?
This:
So that the labels are not hidden below an area chart for example, like here:
I don't see a straight forward way to do this using props, I also don't see the Axis-es exposed as components by the package. So what's the correct way to draw the axis/labels on top of the chart?
Beta Was this translation helpful? Give feedback.
All reactions