Skip to content

Commit 2563f17

Browse files
committed
add a few more invisible trace in gl2d mock
1 parent 0caba1e commit 2563f17

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

+12
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,18 @@
192192
},
193193
{
194194
"type": "scattergl"
195+
},
196+
{
197+
"type": "scattergl",
198+
"x": [1,2,3],
199+
"y": [2,1,2],
200+
"visible": false
201+
},
202+
{
203+
"type": "scattergl",
204+
"x": [1,2,3],
205+
"y": [2,1,2],
206+
"visible": "legendonly"
195207
}
196208
],
197209
"layout": {

0 commit comments

Comments
 (0)