diff --git a/core/core-frontend/src/components/data-visualization/CanvasAttr.vue b/core/core-frontend/src/components/data-visualization/CanvasAttr.vue index fb0c2c3cfd..536b6d82fe 100644 --- a/core/core-frontend/src/components/data-visualization/CanvasAttr.vue +++ b/core/core-frontend/src/components/data-visualization/CanvasAttr.vue @@ -29,6 +29,7 @@ const onColorChange = val => { const onBaseChange = () => { snapshotStore.recordSnapshotCache('renderChart') + useEmitt().emitter.emit('initScroll') } const themeAttrChange = (custom, property, value) => {