Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

make hover box caret/triangle optional #7278

Copy link
Copy link
Open
@celia-lm

Description

@celia-lm
Issue body actions

Current behavior:

Image

Desired behavior:

Code like:

fig.update_traces(hoverbox_style={'caret':False})

Image

Workaround

css to remove caret (if using dcc.Graph+dcc.Tooltip in dash)

.hover[class*="jsx-"]::before, .hover[class*="jsx-"]::after {
    border-color: transparent !important;
}

In plotly.js the shape is defined by using a path object, so we would need to modify its d value: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/path
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2considered for next cycleconsidered for next cyclecscustomer successcustomer successfeaturesomething newsomething new

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.