Skip to content

Commit 08657d7

Browse files
committed
image test for issue 6089
1 parent 561a4c2 commit 08657d7

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
21.8 KB
Loading
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"data": [
3+
{
4+
"legendgroup": "A",
5+
"name": "Long label in group A",
6+
"y": [1, 2, 3, 4]
7+
},
8+
{
9+
"legendgroup": "B",
10+
"name": "b1",
11+
"y": [2, 3, 4, 1]
12+
},
13+
{
14+
"legendgroup": "B",
15+
"name": "Very long label in another group",
16+
"y": [3, 4, 1, 2]
17+
},
18+
{
19+
"legendgroup": "B",
20+
"name": "b3",
21+
"y": [4, 1, 2, 3]
22+
}
23+
],
24+
"layout": {
25+
"paper_bgcolor": "lightblue",
26+
"height": 350,
27+
"width": 350,
28+
"legend": {
29+
"orientation": "h"
30+
}
31+
}
32+
}

0 commit comments

Comments
 (0)