Skip to content

Commit fda1b34

Browse files
committed
add two splom mocks (image generation is broken currently)
1 parent 9cac919 commit fda1b34

File tree

2 files changed

+709
-0
lines changed

2 files changed

+709
-0
lines changed

test/image/mocks/splom_0.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"data": [{
3+
"type": "splom",
4+
"dimensions": [{
5+
"values": [1, 2, 3],
6+
"label": "A"
7+
}, {
8+
"values": [2, 5, 6],
9+
"label": "B"
10+
}]
11+
}]
12+
}

0 commit comments

Comments
 (0)