LingboCN opened a new issue #10502: 3.7.2升级到4.1.0,设置堆叠属性stack之后,markline还在原来的位置。 URL: https://github.com/apache/incubator-echarts/issues/10502 ### Version 4.1.0-release ### Steps to reproduce option = { xAxis: { type: 'category', data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] }, yAxis: { type: 'value' }, series: [{ data: [120, 200], type: 'bar', stack: 'savings', }, { data: [100,50], type: 'bar', stack: 'savings', markLine: { data: [{ yAxis: 'max' },{ type: 'max' }], lineStyle: { width:0.5, type: 'dashed', color: '#333' } } }] }; ### What is expected? 期望结果markline在220的位置 ### What is actually happening? 实际markline在100的位置 --- 如果有规避方法请尽快回复 <!-- 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]
