|
|
@ -5,7 +5,7 @@
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
// 配置版本号
|
|
|
|
// 配置版本号
|
|
|
|
const version = '2023111401'
|
|
|
|
const version = '2023111501'
|
|
|
|
// 分类
|
|
|
|
// 分类
|
|
|
|
const category = 'Area'
|
|
|
|
const category = 'Area'
|
|
|
|
// 标题
|
|
|
|
// 标题
|
|
|
@ -104,6 +104,21 @@ const setting = [
|
|
|
|
tabName: 'custom',
|
|
|
|
tabName: 'custom',
|
|
|
|
groupName: 'graph'
|
|
|
|
groupName: 'graph'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
label: '面积透明度',
|
|
|
|
|
|
|
|
// 设置组件类型
|
|
|
|
|
|
|
|
type: 'inputNumber',
|
|
|
|
|
|
|
|
// 字段
|
|
|
|
|
|
|
|
field: 'areaStyle_fillOpacity',
|
|
|
|
|
|
|
|
// 对应options中的字段
|
|
|
|
|
|
|
|
optionField: 'areaStyle.fillOpacity',
|
|
|
|
|
|
|
|
value: 0.15,
|
|
|
|
|
|
|
|
tabName: 'custom',
|
|
|
|
|
|
|
|
groupName: 'graph',
|
|
|
|
|
|
|
|
step: 0.01,
|
|
|
|
|
|
|
|
max: 1,
|
|
|
|
|
|
|
|
min: 0
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
label: '折线点颜色',
|
|
|
|
label: '折线点颜色',
|
|
|
|
type: 'colorPicker', // 设置组件类型
|
|
|
|
type: 'colorPicker', // 设置组件类型
|
|
|
@ -530,6 +545,7 @@ const option = {
|
|
|
|
startOnZero: true,
|
|
|
|
startOnZero: true,
|
|
|
|
isStack: false,
|
|
|
|
isStack: false,
|
|
|
|
areaStyle: {
|
|
|
|
areaStyle: {
|
|
|
|
|
|
|
|
fillOpacity: 0.15,
|
|
|
|
fill: 'l(0) 0:#3e5bdb 1:#3e5bdb'
|
|
|
|
fill: 'l(0) 0:#3e5bdb 1:#3e5bdb'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
label: {
|
|
|
|
label: {
|
|
|
|