Skip to content

Commit 93c53df

Browse files
committed
enable major axes to show day where appropriate
1 parent 7668ab5 commit 93c53df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/axes.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ export function setTimeAxesOptions(chart: Chart) {
1414
type: 'timeseries',
1515
ticks: {
1616
maxRotation: 0,
17-
minRotation: 0
17+
minRotation: 0,
18+
major: {
19+
enabled: true
20+
},
1821
},
1922
stacked: options.stacked,
2023
time: {

0 commit comments

Comments
 (0)