plotly / dash

Data Apps & Dashboards for Python. No JavaScript Required.
https://plotly.com/dash
MIT License
21.53k stars 2.07k forks source link

[Feature Request] customisable dcc.Tooltip position/direction #3087

Open celia-lm opened 1 day ago

celia-lm commented 1 day ago

Related requests:

Relevant code:

Workaround with css

assets/styles.css

/* makes the hover box go to the bottom right corner */
.hover-content[class^="jsx-"] {
    transform: translate(0%,0%) !important;
}

Image