diff --git a/frontend/src/views/chart/chart/util.js b/frontend/src/views/chart/chart/util.js index 94cbb279ab..881ced1e30 100644 --- a/frontend/src/views/chart/chart/util.js +++ b/frontend/src/views/chart/chart/util.js @@ -592,95 +592,6 @@ export const TYPE_CONFIGS = [ ] } }, - { - render: 'antv', - category: 'chart.chart_type_trend', - value: 'chart-mix', - title: 'chart.chart_mix', - icon: 'chart-mix', - properties: [ - 'color-selector', - 'size-selector-ant-v', - 'label-selector-ant-v', - 'tooltip-selector-ant-v', - 'x-axis-selector-ant-v', - 'y-axis-selector-ant-v', - 'y-axis-ext-selector-ant-v', - 'title-selector-ant-v', - 'legend-selector-ant-v' - ], - propertyInner: { - 'color-selector': [ - 'value', - 'colorPanel', - 'customColor', - 'alpha' - ], - 'size-selector-ant-v': [ - 'mix' - ], - 'label-selector-ant-v': [ - 'show', - 'fontSize', - 'color' - ], - 'tooltip-selector-ant-v': [ - 'show', - 'textStyle' - ], - 'x-axis-selector-ant-v': [ - 'show', - 'position', - 'name', - 'nameTextStyle', - 'splitLine', - 'axisForm', - 'axisLabel' - ], - 'y-axis-selector-ant-v': [ - 'show', - 'position', - 'name', - 'nameTextStyle', - 'axisValue', - 'splitLine', - 'axisForm', - 'axisLabel' - ], - 'y-axis-ext-selector-ant-v': [ - 'show', - 'position', - 'name', - 'nameTextStyle', - 'axisValue', - 'splitLine', - 'axisForm', - 'axisLabel' - ], - 'title-selector-ant-v': [ - 'show', - 'title', - 'fontSize', - 'color', - 'hPosition', - 'isItalic', - 'isBolder', - 'remarkShow', - 'fontFamily', - 'letterSpace', - 'fontShadow' - ], - 'legend-selector-ant-v': [ - 'show', - 'icon', - 'orient', - 'textStyle', - 'hPosition', - 'vPosition' - ] - } - }, - { render: 'antv', category: 'chart.chart_type_compare',