Skip to content

Commit 9511c5a

Browse files
authored
Merge pull request #7107 from birkskyum/Format-JSON
Format .json in ./test/image/mocks
2 parents 050f4b5 + e316b9f commit 9511c5a

File tree

1,304 files changed

+1474507
-1595906
lines changed

Some content is hidden

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

1,304 files changed

+1474507
-1595906
lines changed

test/image/mocks/0.json

Lines changed: 1220 additions & 1232 deletions
Large diffs are not rendered by default.

test/image/mocks/1.json

Lines changed: 593 additions & 806 deletions
Large diffs are not rendered by default.

test/image/mocks/10.json

Lines changed: 254 additions & 311 deletions
Large diffs are not rendered by default.

test/image/mocks/11.json

Lines changed: 236 additions & 292 deletions
Large diffs are not rendered by default.

test/image/mocks/12.json

Lines changed: 533 additions & 869 deletions
Large diffs are not rendered by default.

test/image/mocks/13.json

Lines changed: 331 additions & 636 deletions
Large diffs are not rendered by default.

test/image/mocks/14.json

Lines changed: 345 additions & 423 deletions
Large diffs are not rendered by default.

test/image/mocks/15.json

Lines changed: 274 additions & 544 deletions
Large diffs are not rendered by default.

test/image/mocks/16.json

Lines changed: 60 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -1,117 +1,62 @@
11
{
2-
"data": [
3-
{
4-
"z": [
5-
[
6-
0.1189977,
7-
0.3403857,
8-
0.7512671,
9-
0.6990767,
10-
0.5472155
11-
],
12-
[
13-
0.4983641,
14-
0.5852678,
15-
0.2550951,
16-
0.8909033,
17-
0.1386244
18-
],
19-
[
20-
0.959744,
21-
0.2238119,
22-
0.5059571,
23-
0.9592914,
24-
0.149294
25-
]
26-
],
27-
"x": [
28-
"Mon",
29-
"Tues",
30-
"Wed",
31-
"Th",
32-
"Fri"
33-
],
34-
"y": [
35-
"8am",
36-
"12pm",
37-
"6pm"
38-
],
39-
"colorscale": [
40-
[
41-
0,
42-
"rgb(128, 0, 38)"
43-
],
44-
[
45-
0.125,
46-
"rgb(189, 0, 38)"
47-
],
48-
[
49-
0.25,
50-
"rgb(227, 26, 28)"
51-
],
52-
[
53-
0.375,
54-
"rgb(252, 78, 42)"
55-
],
56-
[
57-
0.5,
58-
"rgb(253, 141, 60)"
59-
],
60-
[
61-
0.625,
62-
"rgb(254, 178, 76)"
63-
],
64-
[
65-
0.75,
66-
"rgb(254, 217, 118)"
67-
],
68-
[
69-
0.875,
70-
"rgb(255, 237, 160)"
71-
],
72-
[
73-
1,
74-
"rgb(255, 255, 204)"
75-
]
76-
],
77-
"x0": 0,
78-
"dx": 1,
79-
"y0": 0,
80-
"dy": 1,
81-
"type": "heatmap"
82-
}
83-
],
84-
"layout": {
85-
"title": {
86-
"text": "User Traffic"
87-
},
88-
"font": {
89-
"family": "Arial, sans-serif",
90-
"size": 12,
91-
"color": "#000"
92-
},
93-
"autosize": false,
94-
"width": 600,
95-
"height": 350,
96-
"xaxis": {
97-
"ticks": ""
98-
},
99-
"yaxis": {
100-
"ticks": ""
101-
},
102-
"annotations": [
103-
{
104-
"showarrow": false,
105-
"x": "Wed",
106-
"y": "12pm",
107-
"text": "meeting"
108-
},
109-
{
110-
"showarrow": false,
111-
"x": 0,
112-
"y": 0,
113-
"text": "meeting"
114-
}
115-
]
116-
}
2+
"data": [
3+
{
4+
"z": [
5+
[0.1189977, 0.3403857, 0.7512671, 0.6990767, 0.5472155],
6+
[0.4983641, 0.5852678, 0.2550951, 0.8909033, 0.1386244],
7+
[0.959744, 0.2238119, 0.5059571, 0.9592914, 0.149294]
8+
],
9+
"x": ["Mon", "Tues", "Wed", "Th", "Fri"],
10+
"y": ["8am", "12pm", "6pm"],
11+
"colorscale": [
12+
[0, "rgb(128, 0, 38)"],
13+
[0.125, "rgb(189, 0, 38)"],
14+
[0.25, "rgb(227, 26, 28)"],
15+
[0.375, "rgb(252, 78, 42)"],
16+
[0.5, "rgb(253, 141, 60)"],
17+
[0.625, "rgb(254, 178, 76)"],
18+
[0.75, "rgb(254, 217, 118)"],
19+
[0.875, "rgb(255, 237, 160)"],
20+
[1, "rgb(255, 255, 204)"]
21+
],
22+
"x0": 0,
23+
"dx": 1,
24+
"y0": 0,
25+
"dy": 1,
26+
"type": "heatmap"
27+
}
28+
],
29+
"layout": {
30+
"title": {
31+
"text": "User Traffic"
32+
},
33+
"font": {
34+
"family": "Arial, sans-serif",
35+
"size": 12,
36+
"color": "#000"
37+
},
38+
"autosize": false,
39+
"width": 600,
40+
"height": 350,
41+
"xaxis": {
42+
"ticks": ""
43+
},
44+
"yaxis": {
45+
"ticks": ""
46+
},
47+
"annotations": [
48+
{
49+
"showarrow": false,
50+
"x": "Wed",
51+
"y": "12pm",
52+
"text": "meeting"
53+
},
54+
{
55+
"showarrow": false,
56+
"x": 0,
57+
"y": 0,
58+
"text": "meeting"
59+
}
60+
]
61+
}
11762
}

0 commit comments

Comments
 (0)