Skip to content

Commit 96edd72

Browse files
committed
mojtaba-proof multicategory sorting mock
1 parent 583a8f3 commit 96edd72

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
8.14 KB
Loading

test/image/mocks/multicategory-sorting.json

+15
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,21 @@
2626
"y": [1, 2, 3, 4, 5, 6, 1, 2, 3, 4, 5, 6],
2727
"xaxis": "x3",
2828
"yaxis": "y3"
29+
},
30+
31+
{
32+
"x": [[1, 2, 3, 4, 5, 6],
33+
[1, 2, 1, 2, null, 2]],
34+
"y": [1, 2, 3, 4, 5, 6],
35+
"xaxis": "x4",
36+
"yaxis": "y4"
37+
},
38+
{
39+
"x": [[4, 5, 6, 7, 8, 9],
40+
[1, null, 1, 2, 1, 2]],
41+
"y": [1, 2, 3, 4, 5, 6],
42+
"xaxis": "x4",
43+
"yaxis": "y4"
2944
}],
3045
"layout": {
3146
"grid": {"rows": 2, "columns": 2, "pattern": "independent", "xgap": 0.1, "ygap": 0.15},

0 commit comments

Comments
 (0)