forked from github/dataease
Merge pull request #7730 from dataease/pr@dev-v2@refactor_view
refactor: 图表放大时禁用联动跳转等操作
This commit is contained in:
commit
8e74935357
@ -232,8 +232,8 @@ const trackClick = trackAction => {
|
||||
|
||||
const trackMenu = computed(() => {
|
||||
const trackMenuInfo = []
|
||||
// 复用状态的仪表板不进行联动、跳转和下钻的动作
|
||||
if (!'multiplexing'.includes(showPosition.value)) {
|
||||
// 复用、放大状态的仪表板不进行联动、跳转和下钻的动作
|
||||
if (!['multiplexing', 'viewDialog'].includes(showPosition.value)) {
|
||||
let linkageCount = 0
|
||||
let jumpCount = 0
|
||||
chartData.value?.fields?.forEach(item => {
|
||||
|
Loading…
Reference in New Issue
Block a user