forked from github/dataease
Merge pull request #3203 from dataease/pr@dev@fix_view_margin
fix(视图): echarts指标类型以及空间类型视图删除外边距设置
This commit is contained in:
commit
285cb13233
@ -1538,17 +1538,10 @@ export const TYPE_CONFIGS = [
|
||||
properties: [
|
||||
'color-selector',
|
||||
'size-selector',
|
||||
'title-selector',
|
||||
'margin-selector'
|
||||
'title-selector'
|
||||
],
|
||||
propertyInner: {
|
||||
'margin-selector': [
|
||||
'marginModel',
|
||||
'marginTop',
|
||||
'marginBottom',
|
||||
'marginLeft',
|
||||
'marginRight'
|
||||
],
|
||||
|
||||
'color-selector': [
|
||||
'quotaColor',
|
||||
'dimensionColor'
|
||||
@ -1590,17 +1583,10 @@ export const TYPE_CONFIGS = [
|
||||
properties: [
|
||||
'color-selector',
|
||||
'size-selector',
|
||||
'title-selector',
|
||||
'margin-selector'
|
||||
'title-selector'
|
||||
],
|
||||
propertyInner: {
|
||||
'margin-selector': [
|
||||
'marginModel',
|
||||
'marginTop',
|
||||
'marginBottom',
|
||||
'marginLeft',
|
||||
'marginRight'
|
||||
],
|
||||
|
||||
'color-selector': [
|
||||
'quotaColor',
|
||||
'dimensionColor'
|
||||
@ -1643,17 +1629,10 @@ export const TYPE_CONFIGS = [
|
||||
'color-selector',
|
||||
'size-selector',
|
||||
'label-selector',
|
||||
'title-selector',
|
||||
'margin-selector'
|
||||
'title-selector'
|
||||
],
|
||||
propertyInner: {
|
||||
'margin-selector': [
|
||||
'marginModel',
|
||||
'marginTop',
|
||||
'marginBottom',
|
||||
'marginLeft',
|
||||
'marginRight'
|
||||
],
|
||||
|
||||
'color-selector': [
|
||||
'value',
|
||||
'custom',
|
||||
@ -2727,17 +2706,10 @@ export const TYPE_CONFIGS = [
|
||||
'color-selector',
|
||||
'label-selector',
|
||||
'tooltip-selector',
|
||||
'title-selector',
|
||||
'margin-selector'
|
||||
'title-selector'
|
||||
],
|
||||
propertyInner: {
|
||||
'margin-selector': [
|
||||
'marginModel',
|
||||
'marginTop',
|
||||
'marginBottom',
|
||||
'marginLeft',
|
||||
'marginRight'
|
||||
],
|
||||
|
||||
'color-selector': [
|
||||
'value',
|
||||
'custom',
|
||||
|
Loading…
Reference in New Issue
Block a user