We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5861fc5 commit 474daa5Copy full SHA for 474daa5
1 file changed
test/image/mocks/ticklabelindex-hidden-minor-ticks.json
@@ -53,6 +53,10 @@
53
"tickformat": "%Y",
54
"ticklabelmode": "period",
55
"dtick": "M24",
56
+ "minor": {
57
+ "dtick": "M12",
58
+ "tick0": "2023-01-01"
59
+ },
60
"title": {
61
"text": "Should display 2 ticks and labels 2023 and 2025 to the left of them."
62
}
@@ -63,6 +67,10 @@
63
67
64
68
65
69
70
71
72
73
66
74
75
"text": "Should display a label at 2024"
76
@@ -74,6 +82,10 @@
82
83
"ticklabelstep": 2,
84
"dtick": "M12",
85
86
87
88
77
89
78
90
"text": "Should display yearly ticks with labels at 2023 and 2025"
79
91
0 commit comments