Skip to content

Commit 0259dba

Browse files
authored
Correct tooltip dates displaying incorrectly reported in #11229 (#11284)
1 parent 62c7de1 commit 0259dba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/samples/scales/time-combo.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,12 @@ const config = {
6666
type: 'time',
6767
display: true,
6868
offset: true,
69+
ticks: {
70+
source: 'data'
71+
},
6972
time: {
7073
unit: 'day'
71-
}
74+
},
7275
},
7376
},
7477
},

0 commit comments

Comments
 (0)