You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.
We currently have 2 implemntations of tooltips on our d3 graphs: d3-tip (seen on most of our graphs) and popover from bootstarp (seen on the tooltips on our treemaps for condition, condition era, etc). The bootstrap one was applied to the treemaps (d3 tip was the origional implementation) because the tooltips from bootstrap remain in the viewport, while d3tips just pop up (and can be obscured).
The text was updated successfully, but these errors were encountered:
We currently have 2 implemntations of tooltips on our d3 graphs: d3-tip (seen on most of our graphs) and popover from bootstarp (seen on the tooltips on our treemaps for condition, condition era, etc). The bootstrap one was applied to the treemaps (d3 tip was the origional implementation) because the tooltips from bootstrap remain in the viewport, while d3tips just pop up (and can be obscured).
The text was updated successfully, but these errors were encountered: