forked from github/dataease
feat: 支持ECharts排序柱状图插件 graphic字体颜色与大小修改
This commit is contained in:
parent
fb6ca8accd
commit
e616459e25
@ -130,6 +130,9 @@ export const customAttrTrans = {
|
||||
},
|
||||
'slider': [
|
||||
'fontSize'
|
||||
],
|
||||
'graphic': [
|
||||
'fontSize'
|
||||
]
|
||||
}
|
||||
export const customStyleTrans = {
|
||||
|
@ -1955,7 +1955,7 @@ export default {
|
||||
return this.$store.state.panel.panelInfo
|
||||
},
|
||||
showCfg() {
|
||||
return includesAny(this.view.type, 'bar', 'line', 'area', 'gauge', 'table') ||
|
||||
return includesAny(this.view.type, 'bar', 'line', 'area', 'gauge', 'table') && this.view.type !== 'race-bar' ||
|
||||
equalsAny(this.view.type, 'text', 'label', 'map', 'buddle-map')
|
||||
},
|
||||
showSeniorCfg() {
|
||||
|
Loading…
Reference in New Issue
Block a user