AngryFrog777 commented on issue #19339:
URL: https://github.com/apache/echarts/issues/19339#issuecomment-1829270331

   when I use the config below,it appears correctly:
   `
   colorStops: [
   {
   offset: 0,
   // just change the alpha value of first item
   color: rgba(0,234,255,0.6)
   },
   {
   offset: 0.5,
   color: rgba(0,234,255,0.4)
   },
   {
   offset: 1,
   color: rgba(0,234,255,1)
   }
   ],
   `


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to