v3.18.5
VueUiXy
- Expose
resetZoompublic 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
}
}
})