Skip to content

Conversation

@g-fabiani
Copy link

In the current implementation of the cetacean species interactive scatterplot the tooltip is appended to the DOM one time in load-data.js, but when the dataset is filtered, circles are appended to the DOM after the tooltip so they are in the foreground. This results in some circles obstructing the tooltip.
My solution is to remove and re-append the tooltip after the new circles are appended to the DOM in handleClickOnFilter, so that the tooltip is always in the foreground.

@g-fabiani g-fabiani changed the title Solve tooltip is behind bubbles in scatterplot when filtering dataset. Solve tooltip is obstructed by circles in scatterplot when filtering dataset (7.4). Oct 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant