From f38176366d4fadd2d54de0e431115d6f80e342a5 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Thu, 14 Mar 2019 08:43:20 -0700 Subject: [PATCH] Add adapter docs --- docs/axes/cartesian/time.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/axes/cartesian/time.md b/docs/axes/cartesian/time.md index a3d3e016cab..61e04da749b 100644 --- a/docs/axes/cartesian/time.md +++ b/docs/axes/cartesian/time.md @@ -2,6 +2,10 @@ The time scale is used to display times and dates. When building its ticks, it will automatically calculate the most comfortable unit base on the size of the scale. +## Date Adapters + +The time scale requires both a date library and corresponding adapter to be present. By default, Chart.js includes an adapter for Moment.js. You may wish to [exclude moment](../../getting-started/integration.md) and choose from [other available adapters](https://github.com/chartjs/awesome#adapters) instead. + ## Data Sets ### Input Data