Skip to content

Commit e4c7b9f

Browse files
committed
baseline before PR
1 parent 3683044 commit e4c7b9f

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
9.29 KB
Loading
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"data": [
3+
{
4+
"name": "bar",
5+
"x": [
6+
"A",
7+
"B",
8+
"C",
9+
"D"
10+
],
11+
"y": [
12+
50,
13+
70,
14+
90,
15+
35
16+
],
17+
"type": "bar"
18+
}
19+
],
20+
"layout": {
21+
"xaxis": {
22+
"type": "category",
23+
"insiderange": [
24+
1,
25+
2
26+
]
27+
},
28+
"yaxis": {
29+
"side": "right",
30+
"ticklabelposition": "inside top"
31+
},
32+
"width": 400
33+
}
34+
}

0 commit comments

Comments
 (0)