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
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:.