Skip to content

v3.22.6

Latest

Choose a tag to compare

@graphieros graphieros released this 05 Jul 08:22

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

Docs are up to date