Skip to content

Commit 699af7f

Browse files
author
John Soklaski
committed
Add image test that uses tickpadding property
1 parent b75b546 commit 699af7f

File tree

1 file changed

+103
-0
lines changed

1 file changed

+103
-0
lines changed
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
{
2+
"data": [
3+
{
4+
"x": [
5+
0,
6+
1,
7+
2,
8+
3,
9+
4,
10+
5,
11+
6,
12+
7,
13+
8,
14+
9,
15+
10,
16+
11,
17+
12,
18+
13,
19+
14,
20+
15,
21+
16,
22+
17,
23+
18,
24+
19,
25+
20,
26+
21,
27+
22,
28+
23,
29+
24,
30+
25,
31+
26,
32+
27,
33+
28,
34+
29,
35+
30,
36+
31,
37+
32,
38+
33,
39+
34,
40+
35,
41+
36,
42+
37,
43+
38,
44+
39
45+
],
46+
"y": [
47+
0,
48+
1,
49+
2,
50+
3,
51+
4,
52+
5,
53+
6,
54+
7,
55+
8,
56+
9,
57+
10,
58+
11,
59+
12,
60+
13,
61+
14,
62+
15,
63+
16,
64+
17,
65+
18,
66+
19,
67+
20,
68+
21,
69+
22,
70+
23,
71+
24,
72+
25,
73+
26,
74+
27,
75+
28,
76+
29,
77+
30,
78+
31,
79+
32,
80+
33,
81+
34,
82+
35,
83+
36,
84+
37,
85+
38,
86+
39
87+
],
88+
"type": "scatter"
89+
}
90+
],
91+
"layout": {
92+
"xaxis": {
93+
"type": "category",
94+
"tickmode": "auto",
95+
"tickpadding": 15
96+
},
97+
"yaxis": {
98+
"type": "category",
99+
"tickmode": "auto",
100+
"tickpadding": 20
101+
}
102+
}
103+
}

0 commit comments

Comments
 (0)