series : [ { type : 'line', showSymbol : false, smooth : true, smoothMonotone : 'x', sampling : 'lttb',//极大提高图表绘制效率 data:[[0,0]], lineStyle : { width : 3,//线宽 type : 'solid',//线种类'solid''dashed''dotted' }, } ]
2021年11月26日 06点11分
你可以使在series里试下,这个属性sampling : 'lttb',
2021年11月26日 06点11分
你好我想问下您 xAxis配置的 type: 'time',是这样吗,我的配置这样和渲染数据多就多很卡。
2021年11月28日 15点11分