echarts 其他样式 折线 重叠_echarts 双折线值叠加的问题

echarts同时使用显示两条折线,为什么会出现值累加?const option = {

title: {

// text: '折线图堆叠'

},

tooltip: {

trigger: 'axis'

},

legend: {

data:['上周','当周'],

textStyle: {

color: '#fff'

}

},

grid: {

left: '3%',

right: '4%',

bottom: '3%',

containLabel: true

},

toolbox: {

feature: {

saveAsImage: {}

}

},

xAxis: {

type: 'category',

boundaryGap: false,

data: ['周一','周二','周三','周四','周五','周六','周日'],

axisLine: {

lineStyle: {

type: 'solid',

color: '#fff',//左边线的颜色

你可能感兴趣的:(echarts,其他样式,折线,重叠)