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 b91fd3b commit 2dc0250Copy full SHA for 2dc0250
test/image/mocks/text_chart_arrays.json
@@ -40,6 +40,11 @@
40
"top left",
41
"top left"
42
],
43
+ "hovertext": [
44
+ "Hover text\nA",
45
+ "Hover text\rB",
46
+ "Hover text\r\nC"
47
+ ],
48
"type": "scatter",
49
"uid": "459c77"
50
},
@@ -83,6 +88,11 @@
83
88
"bottom left",
84
89
"bottom left"
85
90
91
92
+ "Hover text G",
93
+ "Hover text H",
94
+ "Hover text I"
95
86
96
87
97
"uid": "f8361c"
98
@@ -103,6 +113,11 @@
103
113
"a",
104
114
"",
105
115
"b"
116
117
118
+ "a (hover)",
119
+ "",
120
+ "b (hover)"
106
121
]
107
122
}
108
123
0 commit comments