kurkle / chartjs-chart-treemap

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

Use spriteText on all test cases with labels #125

Closed stockiNail closed 2 years ago

stockiNail commented 2 years ago

This will reduce issues among browser when the chart will draw labels.

spriteText needs that the fillText is using a string. Unfortunately the default formatter is using numbers for values.