forked from github/dataease
feat(视图): 支持坐标轴轴线控制是否显示
This commit is contained in:
parent
c6d8fa6779
commit
65113b3932
@ -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',
|
render: 'antv',
|
||||||
category: 'chart.chart_type_compare',
|
category: 'chart.chart_type_compare',
|
||||||
|
Loading…
Reference in New Issue
Block a user