3.0.0 • Published 3 years ago

chartjs-adapter-date-fns v3.0.0

Weekly downloads
7,176
License
MIT
Repository
github
Last release
3 years ago

chartjs-adapter-date-fns

release travis awesome

Overview

This adapter allows the use of date-fns with Chart.js.

Requires Chart.js 2.8.0 or later and date-fns 2.0.0 or later.

Note: once loaded, this adapter overrides the default date-adapter provided in Chart.js (as a side-effect).

Installation

npm

npm install date-fns chartjs-adapter-date-fns --save
import { Chart } from 'chart.js';
import 'chartjs-adapter-date-fns';

CDN

By default, https://cdn.jsdelivr.net/npm/chartjs-adapter-date-fns returns the latest (minified) version, however it's highly recommended to always specify a version in order to avoid breaking changes. This can be achieved by appending @{version} to the url:

<script src="https://cdn.jsdelivr.net/npm/chart.js/dist/chart.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-adapter-date-fns/dist/chartjs-adapter-date-fns.bundle.min.js"></script>

Read more about jsDeliver versioning on their website.

Configuration

Locale support via scale options

date-fns requires a date-fns locale object to be tagged on to each format() call, which requires the locale to be explicitly set via the adapters.date option: Chart.js documentation on adapters.date

For example:

// import date-fns locale:
import {de} from 'date-fns/locale';


// scale options:
{
    adapters: {
        date: {
            locale: de
        }
    }
}

Further, read the Chart.js documentation for other possible date/time related options. For example, the time scale time.* options can be overridden using the date-fns tokens.

Development

You first need to install node dependencies (requires Node.js):

> npm install

The following commands will then be available from the repository root:

> npm run build         // build dist files
> npm run lint          // perform code linting

License

chartjs-adapter-date-fns is available under the MIT license.

@everything-registry/sub-chunk-1314widget-barchartwidget-linechartwindmill-componentssvelte-api-keys@convirza/athena@digitowl/svelte-ui-library@pernod-ricard/design-system@blackcart/blackcart-tbyb-widgetcandlestick-chart-appovp-uitype-chart-jsumami@anujmohatkar/chartkick@algemetric/chroma-components@ajaybabar/chartkick@acronis-platform/ui-component-library@dao-dao/stateless@credithub/harlan-components@hdc-ui/rds@hdc-ui/react@hlidac-shopu/lib@hitaspdotnet/chartjs-adapter-date-fns@hitasp/chartjs-adapter-date-fns@fleetbase/ember-ui@eva-ics/toolbox@kyndryl-design-system/shidoka-charts@ksmahesh3/enki-firebase-iot@kong-ui-public/analytics-chart@makerdao-dicu/delegate-voting-power@myorders/ember-ui@mycure/mf-commons@enkitek/enki-firebase-iot@kirby-test-org/designsystem@olympeio-extensions/chartjs@prometa-at/chartjs-web-component@record-evolution/widget-barchart@record-evolution/widget-linechart@regraph-ai/client@regraph-ai/frontend@ply-ct/ply-viz@ockhamlabsinc/chartkick@sibvisions/reactuimesaidesrenooziko-ui-kitonboard-shipyardnwframeworkodinzeyeodinseyescope360-coresaar-chartnightingale-svelteportfolio-mgt-simulatorportfolio-simulatorrequest-srcshumai-profilerhiveguard-frontendhomebridge-multizone-thermostat@wwtdev/bsds-components-vue3@theniledev/reactanchor-crglanchor-dscandlestick-app-chartchartjs-plugin-datasource-prometheuschartkickceleri-ember-uicelerichain-ember-uicelerichain-ember-uiicotf-templatecv-ember-uidalexandriadelegate-voting-powerbengi_graphdiscord-bot-statsebta-web-prodenergy-microfrontendfinancial-chart-made-simple
3.0.0

3 years ago

2.0.1

3 years ago

2.0.0

4 years ago

1.1.0-beta.1

4 years ago

1.1.0-alpha.3

5 years ago

1.1.0-alpha.2

5 years ago

1.1.0-alpha

5 years ago

1.0.0

5 years ago

1.0.0-alpha4

5 years ago

1.0.0-alpha3

6 years ago

1.0.0-alpha2

6 years ago

1.0.0-alpha1

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago