Skip to content

Commit 03e6178

Browse files
committed
Update docs
1 parent bbbd985 commit 03e6178

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/core.adapters.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ function abstract() {
3030
/** @lends Chart._adapters._date */
3131
module.exports._date = {
3232
/**
33-
* Returns a map of time formats for the supported units.
33+
* Returns a map of time formats for the supported formatting units.
34+
* This includes all scale tick units defined in Unit as well as 'datetime' used in the tooltip.
3435
* @returns {{string: string}}
3536
*/
3637
formats: abstract,

0 commit comments

Comments
 (0)