Merge pull request #10616 from dataease/pr@dev-v2@refactor_scroll

refactor(数据大屏): 修改宽高自动定位到大屏中心点
This commit is contained in:
王嘉豪 2024-06-29 20:06:29 +08:00 committed by GitHub
commit d22634b831
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@ const onColorChange = val => {
const onBaseChange = () => { const onBaseChange = () => {
snapshotStore.recordSnapshotCache('renderChart') snapshotStore.recordSnapshotCache('renderChart')
useEmitt().emitter.emit('initScroll')
} }
const themeAttrChange = (custom, property, value) => { const themeAttrChange = (custom, property, value) => {