Skip to content

Commit ea5ce89

Browse files
committed
add mock showing #4132 bug
1 parent 1983b43 commit ea5ce89

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Loading
Lines changed: 26 additions & 0 deletions
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)