Skip to content

Commit 0f136e5

Browse files
committed
Add tickson_boundaries_showgrid_categorical test
1 parent ac983b3 commit 0f136e5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"data": [
3+
{
4+
"type": "bar",
5+
"y": [1, 2, 3, 4, 5],
6+
"x": ["a", "b", "c", "d", "e"]
7+
}
8+
],
9+
"layout": {
10+
"width": 600,
11+
"height": 300,
12+
"xaxis": {
13+
"tickmode": "array",
14+
"tickvals": [0,2,4],
15+
"ticktext": ["One", "Three", "Five"],
16+
"tickson": "boundaries",
17+
"showgrid": true
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)