kurkle / chartjs-chart-treemap

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

The labels drawing is not correctly positioned #108

Closed stockiNail closed 2 years ago

stockiNail commented 2 years ago

Doing some tests for PR #106, I have seen the the label is not correctly positioned in the box.

See codepen: https://codepen.io/stockinail/pen/gOzmEvx

As you can see, there is a difference between the top and bottom free space, even if the position is set as center.

stockiNail commented 2 years ago

Wait for PR #106