Skip to content

Commit 75d91fa

Browse files
committed
Add mock for reversed axis dividers
1 parent 466f43c commit 75d91fa

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
13.7 KB
Loading
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"data": [{
3+
"type": "bar",
4+
"y": [
5+
5,
6+
10,
7+
15,
8+
20,
9+
25,
10+
30,
11+
35,
12+
40
13+
],
14+
"x": [
15+
[
16+
"1st",
17+
"1st",
18+
"2nd",
19+
"2nd",
20+
"3rd",
21+
"3rd",
22+
"4th",
23+
"4th"
24+
],
25+
[
26+
"Yes",
27+
"No",
28+
"Yes",
29+
"No",
30+
"Yes",
31+
"No",
32+
"Yes",
33+
"No"
34+
]
35+
]
36+
}],
37+
"layout": {
38+
"width": 800,
39+
"height": 400,
40+
"title": {
41+
"text": "Reverse-Autoranged X-Axis"
42+
},
43+
"xaxis": {
44+
"autorange": "reversed"
45+
}
46+
}
47+
}

0 commit comments

Comments
 (0)