segmafrontend opened a new issue #10275: 堆叠折线图,其中一条线step为true时,areaStyle填充不正确 URL: https://github.com/apache/incubator-echarts/issues/10275 ### Version 4.2.1-rc1 ### Steps to reproduce series: [{ type: 'line', data:[220, 182, 491, 234, 290, 330, 310], stack: '总量', areaStyle: {}, step: true }, { type: 'line', data:[220, 482, 191, 234, 290, 330, 310], stack: '总量', areaStyle: {}, }]  PS:gallery无法保存了,不知道怎么回事 ### What is expected? 两条先之间的区域不要留白,按正常逻辑填充 ### What is actually happening? 阶梯图和折线图之间的区域没有正常填充 <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
