Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0caba1e

Browse files
committed
add a few non-visible traces in gl2d mock
- to make sure they don't make Plotly.plot crash
1 parent b81c45f commit 0caba1e

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

test/image/mocks/gl2d_scatter-marker-line-colorscales.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,22 @@
176176
}
177177
},
178178
"uid": "0a4533"
179+
},
180+
{
181+
"type": "scattergl",
182+
"x": [],
183+
"y": []
184+
},
185+
{
186+
"type": "scattergl",
187+
"y": []
188+
},
189+
{
190+
"type": "scattergl",
191+
"x": []
192+
},
193+
{
194+
"type": "scattergl"
179195
}
180196
],
181197
"layout": {
@@ -201,4 +217,4 @@
201217
"autosize": true,
202218
"showlegend": false
203219
}
204-
}
220+
}

0 commit comments

Comments
 (0)