forked from github/dataease
perf(视图): 删除echarts分布式视图以及漏斗图外边距设置
This commit is contained in:
parent
f7fdf65062
commit
ca479a4a6f
@ -2295,17 +2295,10 @@ export const TYPE_CONFIGS = [
|
|||||||
'label-selector',
|
'label-selector',
|
||||||
'tooltip-selector',
|
'tooltip-selector',
|
||||||
'title-selector',
|
'title-selector',
|
||||||
'legend-selector',
|
'legend-selector'
|
||||||
'margin-selector'
|
|
||||||
],
|
],
|
||||||
propertyInner: {
|
propertyInner: {
|
||||||
'margin-selector': [
|
|
||||||
'marginModel',
|
|
||||||
'marginTop',
|
|
||||||
'marginBottom',
|
|
||||||
'marginLeft',
|
|
||||||
'marginRight'
|
|
||||||
],
|
|
||||||
'color-selector': [
|
'color-selector': [
|
||||||
'value',
|
'value',
|
||||||
'custom',
|
'custom',
|
||||||
@ -2361,17 +2354,10 @@ export const TYPE_CONFIGS = [
|
|||||||
'label-selector',
|
'label-selector',
|
||||||
'tooltip-selector',
|
'tooltip-selector',
|
||||||
'title-selector',
|
'title-selector',
|
||||||
'legend-selector',
|
'legend-selector'
|
||||||
'margin-selector'
|
|
||||||
],
|
],
|
||||||
propertyInner: {
|
propertyInner: {
|
||||||
'margin-selector': [
|
|
||||||
'marginModel',
|
|
||||||
'marginTop',
|
|
||||||
'marginBottom',
|
|
||||||
'marginLeft',
|
|
||||||
'marginRight'
|
|
||||||
],
|
|
||||||
'color-selector': [
|
'color-selector': [
|
||||||
'value',
|
'value',
|
||||||
'custom',
|
'custom',
|
||||||
@ -2429,17 +2415,10 @@ export const TYPE_CONFIGS = [
|
|||||||
'tooltip-selector',
|
'tooltip-selector',
|
||||||
'split-selector',
|
'split-selector',
|
||||||
'title-selector',
|
'title-selector',
|
||||||
'legend-selector',
|
'legend-selector'
|
||||||
'margin-selector'
|
|
||||||
],
|
],
|
||||||
propertyInner: {
|
propertyInner: {
|
||||||
'margin-selector': [
|
|
||||||
'marginModel',
|
|
||||||
'marginTop',
|
|
||||||
'marginBottom',
|
|
||||||
'marginLeft',
|
|
||||||
'marginRight'
|
|
||||||
],
|
|
||||||
'color-selector': [
|
'color-selector': [
|
||||||
'value',
|
'value',
|
||||||
'custom',
|
'custom',
|
||||||
@ -2500,17 +2479,10 @@ export const TYPE_CONFIGS = [
|
|||||||
'size-selector',
|
'size-selector',
|
||||||
'label-selector',
|
'label-selector',
|
||||||
'tooltip-selector',
|
'tooltip-selector',
|
||||||
'title-selector',
|
'title-selector'
|
||||||
'margin-selector'
|
|
||||||
],
|
],
|
||||||
propertyInner: {
|
propertyInner: {
|
||||||
'margin-selector': [
|
|
||||||
'marginModel',
|
|
||||||
'marginTop',
|
|
||||||
'marginBottom',
|
|
||||||
'marginLeft',
|
|
||||||
'marginRight'
|
|
||||||
],
|
|
||||||
'color-selector': [
|
'color-selector': [
|
||||||
'value',
|
'value',
|
||||||
'custom',
|
'custom',
|
||||||
@ -2643,17 +2615,10 @@ export const TYPE_CONFIGS = [
|
|||||||
'label-selector',
|
'label-selector',
|
||||||
'tooltip-selector',
|
'tooltip-selector',
|
||||||
'title-selector',
|
'title-selector',
|
||||||
'legend-selector',
|
'legend-selector'
|
||||||
'margin-selector'
|
|
||||||
],
|
],
|
||||||
propertyInner: {
|
propertyInner: {
|
||||||
'margin-selector': [
|
|
||||||
'marginModel',
|
|
||||||
'marginTop',
|
|
||||||
'marginBottom',
|
|
||||||
'marginLeft',
|
|
||||||
'marginRight'
|
|
||||||
],
|
|
||||||
'color-selector': [
|
'color-selector': [
|
||||||
'value',
|
'value',
|
||||||
'custom',
|
'custom',
|
||||||
|
Loading…
Reference in New Issue
Block a user