-
I want to highlight a bar on hover, but not the whole column. How to do this in recharts? |
Beta Was this translation helpful? Give feedback.
Answered by
ckifer
Oct 30, 2024
Replies: 1 comment
-
In recharts versions < 2.10 you can set After that though, there is a bug which prevents this #5124 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ckifer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In recharts versions < 2.10 you can set
Tooltip shared={false} />
and things should render similar to this.After that though, there is a bug which prevents this #5124