We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e6178 commit 4c85e4bCopy full SHA for 4c85e4b
src/core/core.adapters.js
@@ -30,8 +30,8 @@ function abstract() {
30
/** @lends Chart._adapters._date */
31
module.exports._date = {
32
/**
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.
+ * Returns a map of time formats for the supported formatting units defined
+ * in Unit as well as 'datetime' representing a detailed date/time string.
35
* @returns {{string: string}}
36
*/
37
formats: abstract,
0 commit comments