1、将折线图的线改成有弧度线展示:在series加上smooth :true
列如: series : [
{
name:‘使用次数‘,
type:‘line‘,
smooth :true,
yAxisIndex: 1,
data:[1,2,3]
}
]
时间: 2024-10-04 09:36:04