Looking for a way to isolate pointer used on the plot from the pointer used on the range slider.
I find that in adding a range slider to any of my plots or subplots causes a discrepancy with the pointer. The pointer will end up being <-> everywhere rather than isolated to just the range slider. Any ideas/thoughts?
Due to security I donโt believe I can post code or images of my code. However I can say that the pointer looks like (<->) and comes up as soon as rangeslider_visible is set to true.
I understand. I canโt seem to replicate the error. Can you check the docs and try to create a fake minimal example that can demonstrate the error youโre seeing with the pointer?
seems I was able to recreate the issue without even having to make the code; I am trying to make the + pointer show up on the actual plot and isolate the double sided arrow pointer isolated to the range slider.