When putting multiple charts tooltips from charts are hidden behind others. Also, I am using custom tooltips for this picture, the default tooltip also shows in the same way.
Asked
Active
Viewed 2,564 times
1
-
please share code what you have done – Chandan Jan 07 '21 at 16:16
-
order matters in the components layers prop, it will stack things in the order of the array passed to that prop. – HolyMoly Feb 07 '21 at 03:08
1 Answers
0
First, looks like you're using Canvas, maybe using the SVG version of your chart can help.
If it does not, you'll find more parameters for theming in this issue : https://github.com/plouc/nivo/issues/308
Then you will be able to set precisely zIndex

Franck Hourdin
- 64
- 3