Skip to content

Commit 61efab5

Browse files
remove UIDs in mocks
1 parent e8f290f commit 61efab5

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

test/image/mocks/bar_stackrelative_negative.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,25 @@
44
"name":"Col1",
55
"y":["-1","2","3","4","5"],
66
"x":["1","2","3","4","5"],
7-
"type":"bar",
8-
"uid":"aeb9ea"
7+
"type":"bar"
98
},
109
{
1110
"name":"Col2",
1211
"y":["2","3","4","-3","2"],
1312
"x":["1","2","3","4","5"],
14-
"type":"bar",
15-
"uid":"2f201d"
13+
"type":"bar"
1614
},
1715
{
1816
"name":"Col3",
1917
"y":["5","4","3","-2","1"],
2018
"x":["1","2","3","4","5"],
21-
"type":"bar",
22-
"uid":"aef0bf"
19+
"type":"bar"
2320
},
2421
{
2522
"name":"Col4",
2623
"y":["-3","0","1","0","-3"],
2724
"x":["1","2","3","4","5"],
28-
"type":"bar",
29-
"uid":"330b4d"
25+
"type":"bar"
3026
}
3127
],
3228
"layout":{

test/image/mocks/bar_stackrelativeto100_negative.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,25 @@
44
"name":"Col1",
55
"y":["-1","2","3","4","5"],
66
"x":["1","2","3","4","5"],
7-
"type":"bar",
8-
"uid":"aeb9ea"
7+
"type":"bar"
98
},
109
{
1110
"name":"Col2",
1211
"y":["2","3","4","-3","2"],
1312
"x":["1","2","3","4","5"],
14-
"type":"bar",
15-
"uid":"2f201d"
13+
"type":"bar"
1614
},
1715
{
1816
"name":"Col3",
1917
"y":["5","4","3","-2","1"],
2018
"x":["1","2","3","4","5"],
21-
"type":"bar",
22-
"uid":"aef0bf"
19+
"type":"bar"
2320
},
2421
{
2522
"name":"Col4",
2623
"y":["-3","0","1","0","-3"],
2724
"x":["1","2","3","4","5"],
28-
"type":"bar",
29-
"uid":"330b4d"
25+
"type":"bar"
3026
}
3127
],
3228
"layout":{

0 commit comments

Comments
 (0)