Skip to content

Commit 860ccee

Browse files
committed
test: update colorscale contraint mock (to test #1109)
1 parent 72cc168 commit 860ccee

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
9.14 KB
Loading

test/image/mocks/colorscale_constraint.json

+9
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@
1717
"cmax": 4,
1818
"showscale": false
1919
}
20+
}, {
21+
"x": [1,2,3,4],
22+
"y": [2.5,2.5,2.5,2.5],
23+
"mode": "markers",
24+
"marker": {
25+
"color": [0,0,0,0],
26+
"size": 10,
27+
"showscale": false
28+
}
2029
}],
2130
"layout": {
2231
"showlegend": false

0 commit comments

Comments
 (0)