kurkle / chartjs-chart-treemap

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

Replace var to const or let where used #118

Closed stockiNail closed 2 years ago

stockiNail commented 2 years ago

Use let and const instead of var in test and docs folders.