VueUiTreemap
Add optional pan zoom, to facilitate reading of small breakdowns.
Enregistrement.de.l.ecran.2026-07-05.a.10.16.50.mov
const config = computed(() => {
style: {
chart: {
zoom: {
show: false, // If true, pan zoom will be enabled. If false, users can enable it in the chart menu
}
}
}
})Other
- Improve data label font-size computation