Skip to content

Commit a7299c8

Browse files
Merge branch 'master' into removeFileLinkWhenFileDeleted
2 parents ab5c7e6 + d433a1a commit a7299c8

File tree

221 files changed

+39843
-1082
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

221 files changed

+39843
-1082
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"data": [
3+
{
4+
"y": [
5+
0.75,
6+
5.25,
7+
5.5,
8+
6,
9+
6.2,
10+
6.6,
11+
6.8,
12+
7,
13+
7.2,
14+
7.5,
15+
7.5,
16+
7.75,
17+
8.15,
18+
8.15,
19+
8.65,
20+
8.93,
21+
9.2,
22+
9.5,
23+
10,
24+
10.25,
25+
11.5,
26+
12,
27+
16,
28+
20.9,
29+
22.3,
30+
23.25
31+
],
32+
"type": "box",
33+
"marker": {
34+
"outliercolor": "green"
35+
},
36+
"uid": "511258"
37+
}
38+
],
39+
"layout": {
40+
"xaxis": {
41+
"type": "category",
42+
"range": [
43+
-0.5,
44+
0.5
45+
],
46+
"autorange": true
47+
},
48+
"yaxis": {
49+
"type": "linear",
50+
"range": [
51+
-0.5,
52+
24.5
53+
],
54+
"autorange": true
55+
},
56+
"height": 450,
57+
"width": 1000,
58+
"autosize": true
59+
}
60+
}

image_server/test/mocks/empty.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"data": [],
3+
"layout": {}
4+
}

0 commit comments

Comments
 (0)