Skip to content

Commit

Permalink
Correct tooltip dates displaying incorrectly reported in #11229 (#11284)
Browse files Browse the repository at this point in the history
  • Loading branch information
mukham12 authored May 19, 2023
1 parent 62c7de1 commit 0259dba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/samples/scales/time-combo.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,12 @@ const config = {
type: 'time',
display: true,
offset: true,
ticks: {
source: 'data'
},
time: {
unit: 'day'
}
},
},
},
},
Expand Down

0 comments on commit 0259dba

Please sign in to comment.