mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
refactor: 文本卡仅支持一个维度
This commit is contained in:
@@ -1628,6 +1628,11 @@ export default {
|
||||
}
|
||||
}
|
||||
})
|
||||
if (view.type === 'label') {
|
||||
if (view.xaxis.length > 1) {
|
||||
view.xaxis.splice(1, view.xaxis.length)
|
||||
}
|
||||
}
|
||||
if (view.type.startsWith('pie') ||
|
||||
view.type.startsWith('funnel') ||
|
||||
view.type.startsWith('text') ||
|
||||
|
||||
Reference in New Issue
Block a user