We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec0f26 commit 9a4cb55Copy full SHA for 9a4cb55
packages/python/plotly/plotly/tests/test_core/test_px/test_px_hover.py
@@ -33,7 +33,7 @@ def test_composite_hover():
33
fig.data[0].hovertemplate
34
== "time=Dinner<br>tip=%{x}<br>total_bill=%{customdata[2]:.1f}<br>sex=%{customdata[1]}<extra></extra>"
35
or fig.data[0].hovertemplate
36
- == "time=Dinner<br>tip=%{x}<br>total_bill=%{customdata[1]:.1f}<br>sex=%{customdata[2]}<extra></extra>"
+ == "time=Dinner<br>tip=%{x}<br>total_bill=%{customdata[1]:.1f}<br>sex=%{customdata[0]}<extra></extra>"
37
)
38
39
0 commit comments