Merge pull request #4344 from dataease/pr@dev@refactor_bubble-map-scroll

refactor(视图): 气泡地图支持点击激活后滚轮缩放
This commit is contained in:
王嘉豪 2023-01-10 19:10:30 +08:00 committed by GitHub
commit 5d65447dad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
v-if="chart.isPlugin"
:ref="element.propValue.id"
:component-name="chart.type + '-view'"
:obj="{chart, trackMenu, searchCount, terminalType: scaleCoefficientType}"
:obj="{active, chart, trackMenu, searchCount, terminalType: scaleCoefficientType}"
:chart="chart"
:track-menu="trackMenu"
:search-count="searchCount"