Skip to content

Commit b122521

Browse files
archmojemilykl
authored andcommitted
round bar_stackto100_negative
1 parent 256a87e commit b122521

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
11.6 KB
Loading
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"data":[
3+
{
4+
"name":"Col1",
5+
"y":["1","2","3","4","5"],
6+
"x":["1","2","3","4","5"],
7+
"type":"bar"
8+
},
9+
{
10+
"name":"Col2",
11+
"y":["2","3","4","3","2"],
12+
"x":["1","2","3","4","5"],
13+
"type":"bar"
14+
},
15+
{
16+
"name":"Col3",
17+
"y":["5","4","3","2","1"],
18+
"x":["1","2","3","4","5"],
19+
"type":"bar"
20+
},
21+
{
22+
"name":"Col4",
23+
"y":["-1","0","1","0","-1"],
24+
"x":["1","2","3","4","5"],
25+
"type":"bar"
26+
}
27+
],
28+
"layout":{
29+
"height":400,
30+
"width":400,
31+
"barcornerradius": "50%",
32+
"barmode":"stack",
33+
"barnorm":"percent"
34+
}
35+
}

0 commit comments

Comments
 (0)