You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/11/01 03:27:27 UTC

[GitHub] ChenSmall commented on issue #8641: 折线图渐变面积在 safari浏览器 上面不兼容,颜色会很丑

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org