Skip to content

Commit 94f4d5f

Browse files
committed
test case for scattergl single data point
1 parent fb44aee commit 94f4d5f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Loading

test/image/mocks/gl2d_scatter-colorscale-colorbar.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,15 @@
134134
],
135135
"type": "scattergl",
136136
"mode": "markers"
137+
},
138+
{
139+
"x": [20],
140+
"y": [5.5],
141+
"marker": {
142+
"size": 20
143+
},
144+
"type": "scattergl",
145+
"mode": "markers"
137146
}
138147
],
139148
"layout": {
@@ -152,7 +161,7 @@
152161
4,
153162
6
154163
],
155-
"autorange": true
164+
"autorange": false
156165
},
157166
"height": 598,
158167
"width": 1080,

0 commit comments

Comments
 (0)