Merge pull request #7532 from dataease/pr@dev@feat_word_cloud_drill

feat(视图-词云图): 词云图支持下钻
This commit is contained in:
wisonic-s 2024-01-08 10:49:12 +08:00 committed by GitHub
commit dafc481f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2145,8 +2145,7 @@ export default {
return this.view.type &&
!(this.view.type.includes('table') && this.view.render === 'echarts') &&
!includesAny(this.view.type, 'text', 'gauge') &&
!equalsAny(this.view.type, 'liquid', 'bidirectional-bar',
'word-cloud', 'table-pivot', 'label', 'richTextView', 'flow-map')
!equalsAny(this.view.type, 'liquid', 'bidirectional-bar', 'table-pivot', 'label', 'richTextView', 'flow-map')
},
isPlugin() {
const plugins = localStorage.getItem('plugin-views') && JSON.parse(localStorage.getItem('plugin-views')) || []