https://github.com/kurkle/chartjs-chart-treemap
Chart.js module for creating treemap charts
https://github.com/kurkle/chartjs-chart-treemap
Last synced: 11 days ago
JSON representation
Chart.js module for creating treemap charts
- Host: GitHub
- URL: https://github.com/kurkle/chartjs-chart-treemap
- Owner: kurkle
- License: mit
- Created: 2019-05-14T13:16:25.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T10:49:59.000Z (6 months ago)
- Last Synced: 2024-10-20T17:05:34.716Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.67 MB
- Stars: 139
- Watchers: 7
- Forks: 34
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - treemap
README
# chartjs-chart-treemap
[Chart.js](https://www.chartjs.org/) **v3.8+, v4+** module for creating treemap charts. Implementation for Chart.js v2 is in [2.x branch](https://github.com/kurkle/chartjs-chart-treemap/tree/2.x)
[](https://www.npmjs.com/package/chartjs-chart-treemap)
[](https://github.com/kurkle/chartjs-chart-treemap/releases/latest)


[](https://sonarcloud.io/summary/new_code?id=kurkle_chartjs-chart-treemap)
[](https://chartjs-chart-treemap.pages.dev)
## Documentation
You can find documentation for chartjs-chart-treemap at [https://chartjs-chart-treemap.pages.dev/](https://chartjs-chart-treemap.pages.dev/).
## Development
You first need to install node dependencies (requires [Node.js](https://nodejs.org/)):
```bash
> npm install
```The following commands will then be available from the repository root:
```bash
> npm run build // build dist files
> npm run dev // build and watch for changes
> npm test // run all tests
> npm run lint // perform code linting
> npm package // create an archive with dist files and samples
```## License
chartjs-chart-treemap is available under the [MIT license](https://opensource.org/licenses/MIT).