Skip to content

Commit 5453e79

Browse files
committed
modify a test image to produce the missing text error
1 parent 4c45bee commit 5453e79

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

test/image/mocks/text_chart_arrays.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,25 @@
8585
],
8686
"type": "scatter",
8787
"uid": "f8361c"
88+
},
89+
{
90+
"x": [
91+
0,
92+
1,
93+
2
94+
],
95+
"y": [
96+
1.5,
97+
1.5,
98+
1.5
99+
],
100+
"mode": "text",
101+
"name": "missing text",
102+
"text": [
103+
"a",
104+
"",
105+
"b"
106+
]
88107
}
89108
],
90109
"layout": {

0 commit comments

Comments
 (0)