Hi, I am using the latest master, and have noticed an issue with the annotations. It seems that when the user hovers over an annotation on other Ideogram's besides the first one, the annotation shows up behind the ideogram. I created an test case you can try here: https://github.com/matthewchan15/ideo-test-case/tree/issue-annotations-multi
Below is a GIF displaying the issue more clearly. I found that if you add a z-index: 100 to the style of _ideogramToolTip with the developer tools, this becomes fixed. I have not tried modifying the source code, but I'm assuming you just need to add a z-index to _ideogramToolTip. I could make a PR if you like!
Hi, I am using the latest master, and have noticed an issue with the annotations. It seems that when the user hovers over an annotation on other Ideogram's besides the first one, the annotation shows up behind the ideogram. I created an test case you can try here: https://github.com/matthewchan15/ideo-test-case/tree/issue-annotations-multi
Below is a GIF displaying the issue more clearly. I found that if you add a
z-index: 100
to the style of_ideogramToolTip
with the developer tools, this becomes fixed. I have not tried modifying the source code, but I'm assuming you just need to add az-index
to_ideogramToolTip
. I could make a PR if you like!