Chart.js module for creating matrix charts
npm install chartjs-chart-matrixChart.js v3+, v4+ module for creating matrix charts


!npm bundle size



!GitHub
You can find documentation for chartjs-chart-matrix at https://chartjs-chart-matrix.pages.dev/.
``html`
This simple example is also available online in the documentation: https://chartjs-chart-matrix.pages.dev/usage.html
You first need to install node dependencies (requires Node.js):
`bash`
> npm install
The following commands will then be available from the repository root:
`bash``
> npm run build // build dist files
> npm test // run all tests
> npm run lint // perform code linting
> npm package // create an archive with dist files and samples
chartjs-chart-matrix is available under the MIT license.