Getting Started

Chart.js v3+, v4+ extension for creating matrix charts.
Installation
Section titled “Installation”npm install chartjs-chart-matrixBy 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.1https://cdn.jsdelivr.net/npm/chartjs-chart-matrix@2Read more about jsDelivr versioning on their website.
For Chart.js v2 support, see the 2.x branch.