fix:优化图表配置

main
liu.shiyi 1 year ago
parent 583e6b7f66
commit f7171acadf

@ -59,6 +59,15 @@ const setting = [
},
/** 样式配置 **/
// 图表 graph
{
label: '是否平滑',
type: 'switch',
field: 'smooth',
optionField: 'smooth',
value: true,
tabName: 'custom',
groupName: 'graph'
},
{
label: '折线宽度',
type: 'inputNumber',

@ -59,6 +59,15 @@ const setting = [
},
/** 样式配置 **/
// 图表 graph
{
label: '是否平滑',
type: 'switch',
field: 'smooth',
optionField: 'smooth',
value: true,
tabName: 'custom',
groupName: 'graph'
},
{
label: '折线宽度',
type: 'inputNumber',

@ -59,6 +59,15 @@ const setting = [
},
/** 样式配置 **/
// 图表 graph
{
label: '是否平滑',
type: 'switch',
field: 'smooth',
optionField: 'smooth',
value: true,
tabName: 'custom',
groupName: 'graph'
},
{
label: '折线宽度',
type: 'inputNumber',

Loading…
Cancel
Save