echarts 曲线平滑配置
Posted hao-1234-1234
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了echarts 曲线平滑配置相关的知识,希望对你有一定的参考价值。
来源:https://blog.csdn.net/sinat_36422236/article/details/62430114
series : [
{
name:‘your name‘,
symbol:‘none‘, //这句就是去掉点的
smooth:true, //这句就是让曲线变平滑的
type:‘line‘,
stack: ‘总量‘,
data:[0, 0, 0, 0, 0, 0, 0]
},
]
以上是关于echarts 曲线平滑配置的主要内容,如果未能解决你的问题,请参考以下文章