Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Feb 14, 2019
1 parent bbbd985 commit 4d7fa88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/core.adapters.js
Expand Up @@ -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,
Expand Down

0 comments on commit 4d7fa88

Please sign in to comment.