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 b799e1e commit 003d447Copy full SHA for 003d447
packages/python/plotly/plotly/tests/test_core/test_px/test_px_hover.py
@@ -33,7 +33,9 @@ def test_composite_hover():
33
)
34
assert (
35
fig.data[0].hovertemplate
36
- == "tip=%{x}<br>total_bill=%{customdata[3]:.1f}<br>sex=%{customdata[1]}<extra></extra>"
+ == "tip=%{x}<br>total_bill=%{customdata[3]:.1f}<br>sex=%{customdata[1]}<extra></extra>" or
37
+ fig.data[0].hovertemplate
38
+ == "tip=%{x}<br>total_bill=%{customdata[1]:.1f}<br>sex=%{customdata[3]}<extra></extra>"
39
40
41
0 commit comments