We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hovermode=x
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The hover info for a boxplot median seems to be incorrectly positioned when I set hovermode=x in my plot, as demonstrated below.
import plotly.express as px df = px.data.tips() df = df[df.time == "Lunch"] fig = px.box(df, y="time", x="total_bill") fig.update_layout(hovermode="x") fig.show()
Seems potentially related to plotly/plotly.js#2970? Also not sure if this belongs here or in the plotly.js repo. Happy to move if needed.
The text was updated successfully, but these errors were encountered:
Closing this as applying hovermode=x to a boxplot isn't logical.
Sorry, something went wrong.
No branches or pull requests
The hover info for a boxplot median seems to be incorrectly positioned when I set
hovermode=x
in my plot, as demonstrated below.Seems potentially related to plotly/plotly.js#2970? Also not sure if this belongs here or in the plotly.js repo. Happy to move if needed.
The text was updated successfully, but these errors were encountered: