Skip to content

Commit 48ff512

Browse files
committed
Add mock and baseline image
1 parent a2a7e70 commit 48ff512

2 files changed

Lines changed: 52 additions & 0 deletions

File tree

16.7 KB
Loading
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"data": [{ "type": "scatter", "x": [1, 2], "y": [1, 2] }],
3+
"layout": {
4+
"margin": { "t": 92 },
5+
"shapes": [
6+
{
7+
"label": {
8+
"text": "Circle",
9+
"textangle": 0,
10+
"textposition": "middle center",
11+
"xanchor": "center",
12+
"yanchor": "middle"
13+
},
14+
"showlegend": false,
15+
"type": "circle",
16+
"x0": -25,
17+
"x1": 25,
18+
"xanchor": 1,
19+
"xref": "x",
20+
"xsizemode": "pixel",
21+
"y0": 25,
22+
"y1": 75,
23+
"yanchor": 1,
24+
"yref": "paper",
25+
"ysizemode": "pixel"
26+
},
27+
{
28+
"label": {
29+
"text": "Rect",
30+
"textangle": 0,
31+
"textposition": "middle center",
32+
"xanchor": "center",
33+
"yanchor": "middle"
34+
},
35+
"showlegend": false,
36+
"type": "rectangle",
37+
"x0": -25,
38+
"x1": 25,
39+
"xanchor": 2,
40+
"xref": "x",
41+
"xsizemode": "pixel",
42+
"y0": 25,
43+
"y1": 75,
44+
"yanchor": 1,
45+
"yref": "paper",
46+
"ysizemode": "pixel"
47+
}
48+
],
49+
"width": 500,
50+
"height": 500
51+
}
52+
}

0 commit comments

Comments
 (0)