kurkle / chartjs-chart-treemap

Chart.js module for creating treemap charts
MIT License
139 stars 34 forks source link

Add samples of usage with datalabels plugin #75

Closed kurkle closed 2 years ago

kurkle commented 2 years ago

This would enable plugins like chartjs-plugin-zoom and chartjs-plugin-datalabels to work with treemap.

mirzaeianfar commented 2 years ago

Why not do this issue?

jhagerman-bc commented 2 years ago

it that could be implemented i would appreciate it for my own project

stockiNail commented 2 years ago

chartjs-plugin-datalabels should be already supported. Additional tests are needed but a basic example is here:

https://codepen.io/stockinail/pen/oNdBjVG

mirzaeianfar commented 2 years ago

How to add the chartjs-plugin-zoom plugin like chartjs-plugin-datalabels plugin? @stockiNail @kurkle