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