markArea: {
silent: true,
itemStyle: {
color: 'transparent',
},
data: [
[{
name: '分布区间',
xAxis: 'min',
yAxis: 'min'
}, {
xAxis: 'max',
yAxis: 'max'
}]
]
},
可以试试Echarts图像工具箱等工具,然后再设置上下界为曲线。
不知道你说的上下限能否设置为曲线是什么意思
是这个效果么
https://blog.csdn.net/u012220753/article/details/104692138