Skip to content

Commit e8f290f

Browse files
JSON formatting for mocks
1 parent 39d3fe2 commit e8f290f

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

test/image/mocks/bar_stackrelative_negative.json

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,33 @@
11
{
22
"data":[
3-
{"name":"Col1","y":["-1","2","3","4","5"],"x":["1","2","3","4","5"],"type":"bar","uid":"aeb9ea"},
4-
{"name":"Col2","y":["2","3","4","-3","2"],"x":["1","2","3","4","5"],"type":"bar","uid":"2f201d"},
5-
{"name":"Col3","y":["5","4","3","-2","1"],"x":["1","2","3","4","5"],"type":"bar","uid":"aef0bf"},
6-
{"name":"Col4","y":["-3","0","1","0","-3"],"x":["1","2","3","4","5"],"type":"bar","uid":"330b4d"}
3+
{
4+
"name":"Col1",
5+
"y":["-1","2","3","4","5"],
6+
"x":["1","2","3","4","5"],
7+
"type":"bar",
8+
"uid":"aeb9ea"
9+
},
10+
{
11+
"name":"Col2",
12+
"y":["2","3","4","-3","2"],
13+
"x":["1","2","3","4","5"],
14+
"type":"bar",
15+
"uid":"2f201d"
16+
},
17+
{
18+
"name":"Col3",
19+
"y":["5","4","3","-2","1"],
20+
"x":["1","2","3","4","5"],
21+
"type":"bar",
22+
"uid":"aef0bf"
23+
},
24+
{
25+
"name":"Col4",
26+
"y":["-3","0","1","0","-3"],
27+
"x":["1","2","3","4","5"],
28+
"type":"bar",
29+
"uid":"330b4d"
30+
}
731
],
832
"layout":{
933
"height":400,

0 commit comments

Comments
 (0)