Skip to content

candlestick graph hoverinfo shows strange labels for open/close/low/high #2253

Closed
@radekwlsk

Description

@radekwlsk

With update of dash-core-components to 0.17.0 my candlestick (Python: plotly.graph_objs.Candlestick) chart behaves strangely on hover. hoverinfo is set to x+y for date on x axis and open/close/high/low values on candle. It looks like an error in the underlying plotly.js

Before (dcc 0.15.5, based on old plotly.js) it showed only the values.

But now (dcc 0.17.0, based on new plotly.js 1.32.0) each candle value has a unwanted label min:, max:, q1:, q3: and median:.

First mentioned in (with example screenshots): https://community.plot.ly/t/dcc-graph-candlestick-hoverinfo-shows-strange-labels/7764

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugsomething brokenregressionthis used to work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions