Skip to content

Commit f14e4b6

Browse files
remove uids from mock
1 parent 9470570 commit f14e4b6

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

test/image/mocks/bar_stackto100_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":["-1","0","1","0","-1"],
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)