Skip to content

Commit 74f3fa0

Browse files
committed
test: update mock bar_attrs_group_norm
* Adapted from n-riesco@6a78175
1 parent f5198b9 commit 74f3fa0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
-770 Bytes
Loading
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"data":[
33
{
4-
"base":4,
5-
"x":[3,2,1,0],
4+
"base":[100,40,25,10],
5+
"x":[-50,10,25,40],
66
"type":"bar"
77
}, {
8-
"base":[7,6,5,4],
9-
"x":[1,2,3,4],
8+
"base":[0,60,75,90],
9+
"x":[50,-10,-25,-40],
1010
"type":"bar"
1111
}
1212
],
1313
"layout":{
1414
"height":400,
1515
"width":400,
1616
"barmode":"group",
17-
"barnorm":"percent"
17+
"barnorm":"fraction"
1818
}
1919
}

0 commit comments

Comments
 (0)