Skip to content

v3.18.5

Choose a tag to compare

@graphieros graphieros released this 01 May 21:00
· 13 commits to master since this release

VueUiXy

  • Expose resetZoom public method
  • Add new config attribute to persist the zoom state when dataset or config are dynamically updated:
const config = computed<VueUiXyConfig>(() => {
  chart: {
    zoom: {
      keepState: false // default = previous behavior
    }
  }
})