Skip to content

Commit 6a78175

Browse files
committed
test: update mock bar_attrs_group_norm
* Updated the mock bar_attrs_group_norm so that it exercises the functionality to rotate bar texts.
1 parent 77dc2c3 commit 6a78175

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
+7-7
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"data":[
33
{
4-
"text":[100,125,150,175],
4+
"text":0.5,
55
"textposition":"outside",
66
"outsidetextfont": {"size":32},
7-
"base":4,
8-
"x":[3,2,1,0],
7+
"base":[100,40,25,10],
8+
"x":[-50,10,25,40],
99
"type":"bar"
1010
}, {
11-
"text":[100,125,150,175],
11+
"text":0.5,
1212
"textposition":"inside",
13-
"base":[7,6,5,4],
14-
"x":[1,2,3,4],
13+
"base":[0,60,75,90],
14+
"x":[50,-10,-25,-40],
1515
"type":"bar"
1616
}
1717
],
1818
"layout":{
1919
"height":400,
2020
"width":400,
2121
"barmode":"group",
22-
"barnorm":"percent"
22+
"barnorm":"fraction"
2323
}
2424
}

0 commit comments

Comments
 (0)