(maybe) add an offset argument that allows developers to specify the distance between the hover point and the hover box. Some developers want the box to be further from the data point so that it (the data point) and its context can be seen better. It could look something like dcc.Tooltip(..., offset={"x":"15px", "y":"0px"})
direction="bottom+right"
. dbc.Tooltip already includes this in theirplacement
argument: https://dash-bootstrap-components.opensource.faculty.ai/docs/components/tooltip/offset
argument that allows developers to specify the distance between the hover point and the hover box. Some developers want the box to be further from the data point so that it (the data point) and its context can be seen better. It could look something likedcc.Tooltip(..., offset={"x":"15px", "y":"0px"})
Related requests:
Relevant code:
.hover-right
and.hover-bottom
in thetransform: translate(X,Y)
codeWorkaround with css
assets/styles.css