Skip to content

Commit 9ce66e6

Browse files
authored
Merge pull request #4781 from rl-utility-man/patch-6
fixing a bug that causes the hovertext to show %{text} rather than th…
2 parents 73722a5 + 2f39de8 commit 9ce66e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: doc/python/hover-text-and-formatting.md

+1
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ for continent_name, df in continent_data.items():
401401
x=df['gdpPercap'],
402402
y=df['lifeExp'],
403403
marker_size=df['size'],
404+
text=df['continent'],
404405
name=continent_name,
405406

406407
# The next three parameters specify the hover text

0 commit comments

Comments
 (0)