Skip to content

Commit 9a57fcc

Browse files
committed
add mock and baseline: before
1 parent ded0cec commit 9a57fcc

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"data": [
3+
{
4+
"legendgroup": "A",
5+
"name": "trace A1",
6+
"x": [
7+
0,
8+
10
9+
],
10+
"y": [
11+
1,
12+
1
13+
]
14+
},
15+
{
16+
"legendgroup": "A",
17+
"name": "trace A2",
18+
"x": [
19+
10,
20+
20
21+
],
22+
"y": [
23+
2,
24+
2
25+
]
26+
},
27+
{
28+
"legendgroup": "B",
29+
"name": "trace B1",
30+
"x": [
31+
20,
32+
30
33+
],
34+
"y": [
35+
3,
36+
3
37+
]
38+
}
39+
],
40+
"layout": {
41+
"showlegend": true,
42+
"legend": {
43+
"orientation": "h",
44+
"xanchor": "left",
45+
"yanchor": "top",
46+
"bgcolor": "yellow"
47+
},
48+
"paper_bgcolor": "lightblue",
49+
"width": 250,
50+
"height": 250
51+
}
52+
}

0 commit comments

Comments
 (0)