Skip to content

Commit 2b2bd9b

Browse files
committed
add mocks showing #4132 bug
1 parent 1f00a40 commit 2b2bd9b

4 files changed

+44
-0
lines changed
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"data": [
3+
{ "y": [ 1 ], "name": "AAAAAAAAAAAAaaaaaaa" },
4+
{ "y": [ 2 ], "name": "BB" },
5+
{ "y": [ 3 ], "name": "C" },
6+
{ "y": [ 4 ], "name": "D" },
7+
{ "y": [ 5 ], "name": "E" },
8+
{ "y": [ 6 ], "name": "F" },
9+
{ "y": [ 7 ], "name": "G" }
10+
],
11+
"layout": {
12+
"legend": {
13+
"bgcolor": "red",
14+
"orientation": "h"
15+
},
16+
"width": 600
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"data": [
3+
{
4+
"y": [ 1, 2, 1 ],
5+
"name": "country=Canada",
6+
"legendgroup": "country=Canada"
7+
},
8+
{
9+
"y": [ 2, 1, 2 ],
10+
"name": "country=Mexico",
11+
"legendgroup": "country=Mexico"
12+
},
13+
{
14+
"y": [ 3, 0, 4 ],
15+
"name": "country=United States",
16+
"legendgroup": "country=United States"
17+
}
18+
],
19+
"layout": {
20+
"legend": {
21+
"bgcolor": "red",
22+
"orientation": "h"
23+
},
24+
"width": 700
25+
}
26+
}

0 commit comments

Comments
 (0)