基于时间统计的折线图
开发中
GET
https://m1.apifoxmock.com/m1/971845-0-defaultreports/type/1
options: {
title: {
text: '用户来源'
},
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'cross',
label: {
backgroundColor: '#E9EEF3'
}
}
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
},
xAxis: [
{
boundaryGap: false
}
],
yAxis: [
{
type: 'value'
}
]
}
请求参数
无
示例代码
返回响应
修改于 2022-05-11 17:18:13