ChenSmall commented on issue #8641: 折线图渐变面积在 safari浏览器 上面不兼容,颜色会很丑
URL: 
https://github.com/apache/incubator-echarts/issues/8641#issuecomment-434919031
 
 
   > areaStyle: {
   > normal: {
   > opacity: 1,
   > color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
   > offset: 0,
   > color: 'rgba(60,159,206,1)'
   > }, {
   > offset: 1,
   > color: 'rgba(255,255,255,0.1)'
   > }])
   > }
   > },试试这个
   
   感谢,可以解决

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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