# Getting Started

Chart.js (opens new window) v3 extension for creating matrix charts.

matrix Example Image

# Installation

# npm

npm (opens new window) npm downloads (opens new window)

> npm install chartjs-chart-matrix

# CDN

jsdelivr (opens new window) jsdelivr hits (opens new window)

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

https://cdn.jsdelivr.net/npm/chartjs-chart-matrix@1.1.1    // exact version
https://cdn.jsdelivr.net/npm/chartjs-chart-matrix@1        // latest 1.x.x

Read more about jsDeliver versioning on their website (opens new window).

TIP

Note: For Chart.js v2 support, see 2.x branch (opens new window)

Last Updated: 12/8/2022, 2:42:51 AM