Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 178b7cf

Browse files
dyetpinard
authored andcommittedJan 17, 2018
add mocks to lock scattergl fixups:
- #1921 - #1909
1 parent cae3670 commit 178b7cf

File tree

4 files changed

+1250
-0
lines changed

4 files changed

+1250
-0
lines changed
 
Loading
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"data": [{
3+
"y": [1, 2, 3],
4+
"marker": {"symbol": "circle-open", "size": 20},
5+
"type": "scattergl",
6+
"mode": "markers"
7+
}],
8+
"layout": {
9+
"height": 400,
10+
"width": 480
11+
}
12+
}

‎test/image/mocks/gl2d_scatter-colorscale-points.json

Lines changed: 1238 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.