kurkle / chartjs-chart-treemap

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

How to not re-order data. #187

Closed FlatFaceCat closed 1 week ago

FlatFaceCat commented 1 year ago

Hi there,

I am sending data to a treemap related to the day of the week. (Mon -> Sunday) I want the treemap blocks to work to the scale of the sample size per day (which it is doing correctly), but stay in the order of Monday -> Sunday.

Please help

caotrongtin99 commented 11 months ago

hi @FlatFaceCat , have you solved this yet?