diff --git a/src/core/core.adapters.js b/src/core/core.adapters.js index 8f61fbcc235..a0d82ac4aa7 100644 --- a/src/core/core.adapters.js +++ b/src/core/core.adapters.js @@ -30,7 +30,8 @@ function abstract() { /** @lends Chart._adapters._date */ module.exports._date = { /** - * Returns a map of time formats for the supported units. + * Returns a map of time formats for the supported formatting units. + * This includes all scale units defined in Unit as well as 'datetime' used in the tooltip. * @returns {{string: string}} */ formats: abstract,