forked from github/dataease
refactor: 图表放大时禁用联动跳转等操作
This commit is contained in:
parent
3e41ca5587
commit
deeea0ae76
@ -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