Skip to content

Getting Started

matrix Example Image

Chart.js v3+, v4+ extension for creating matrix charts.

npm npm downloads

Terminal window
npm install chartjs-chart-matrix

jsdelivr jsdelivr hits

By default, https://cdn.jsdelivr.net/npm/chartjs-chart-matrix returns the latest minified version. It is strongly recommended to pin a version to avoid breaking changes:

https://cdn.jsdelivr.net/npm/chartjs-chart-matrix@2.0.1
https://cdn.jsdelivr.net/npm/chartjs-chart-matrix@2

Read more about jsDelivr versioning on their website.

For Chart.js v2 support, see the 2.x branch.