Skip to content

Commit 2dc0250

Browse files
committed
add 'hovertext' to text_chart_arrays mock
1 parent b91fd3b commit 2dc0250

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

test/image/mocks/text_chart_arrays.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
"top left",
4141
"top left"
4242
],
43+
"hovertext": [
44+
"Hover text\nA",
45+
"Hover text\rB",
46+
"Hover text\r\nC"
47+
],
4348
"type": "scatter",
4449
"uid": "459c77"
4550
},
@@ -83,6 +88,11 @@
8388
"bottom left",
8489
"bottom left"
8590
],
91+
"hovertext": [
92+
"Hover text G",
93+
"Hover text H",
94+
"Hover text I"
95+
],
8696
"type": "scatter",
8797
"uid": "f8361c"
8898
},
@@ -103,6 +113,11 @@
103113
"a",
104114
"",
105115
"b"
116+
],
117+
"hovertext": [
118+
"a (hover)",
119+
"",
120+
"b (hover)"
106121
]
107122
}
108123
],

0 commit comments

Comments
 (0)