SnailSword commented on issue #10275: 堆叠折线图,其中一条线step为true时,areaStyle填充不正确
URL: 
https://github.com/apache/incubator-echarts/issues/10275#issuecomment-483141442
 
 
   设置 `smooth: true,smoothMonotone: true` 之后也有同样的问题。
   
   ```javascript
   series: [{
           type: 'line',
           data:[220, 182, 491, 234, 290, 330, 310],
           stack: '总量',
           areaStyle: {},
           smooth: true,
           smoothMonotone: true
       }, 
       {
           type: 'line',
           data:[220, 482, 191, 234, 290, 330, 310],
           stack: '总量',
           areaStyle: {},
       }]
   ```
   
   
![image](https://user-images.githubusercontent.com/19756301/56114775-62dd9c80-5f94-11e9-8090-58cd58cd8a78.png)
   

----------------------------------------------------------------
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]

Reply via email to