zhoufanglu commented on issue #19656:
URL: https://github.com/apache/echarts/issues/19656#issuecomment-1968382306

   > `timeline` has the property 
[progress](https://echarts.apache.org/en/option.html#timeline.progress) which 
allows for configuration of the progressed items.
   > 
   > To lower the opacity you can use:
   > 
   > ```js
   > progress: {
   >     itemStyle: {opacity: 0.1},
   >     lineStyle: {opacity: 0.1}
   > }
   > ```
   
   Thank you for your answer and adopting your plan, i slove this


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