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 003d447 commit fae0caaCopy full SHA for fae0caa
packages/python/plotly/plotly/tests/test_core/test_px/test_px_hover.py
@@ -33,8 +33,8 @@ 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>" or
37
- fig.data[0].hovertemplate
+ == "tip=%{x}<br>total_bill=%{customdata[3]:.1f}<br>sex=%{customdata[1]}<extra></extra>"
+ or fig.data[0].hovertemplate
38
== "tip=%{x}<br>total_bill=%{customdata[1]:.1f}<br>sex=%{customdata[3]}<extra></extra>"
39
40
0 commit comments