Re: echart折线图堆叠时y轴显示不准确问题

2023-03-08 Thread siwen su
This is a *stack *line chart, the tooltip shows the original value of each line. it won't accumulate previous line's data 周鸿文 于2023年3月9日周四 10:09写道: > 您好,最近我在使用echarts绘制堆叠折线图,发现y轴数据显示不准确。官方给的示例中也存在该问题,请问该怎么解决? >

Re: echart折线图堆叠时y轴显示不准确问题

2023-03-08 Thread Ovilia
Hi, This is not a bug. Since you are using a stacked line series, the yAxis is the stacked value. Thanks *Ovilia* On Thu, Mar 9, 2023 at 10:09 AM 周鸿文 wrote: > 您好,最近我在使用echarts绘制堆叠折线图,发现y轴数据显示不准确。官方给的示例中也存在该问题,请问该怎么解决? >

echart折线图堆叠时y轴显示不准确问题

2023-03-08 Thread 周鸿文
您好,最近我在使用echarts绘制堆叠折线图,发现y轴数据显示不准确。官方给的示例中也存在该问题,请问该怎么解决?