Ovilia commented on issue #10745: How create the timeline with train status on 
travel?
URL: 
https://github.com/apache/incubator-echarts/issues/10745#issuecomment-507533667
 
 
   Try this
   ```js
   lineStyle: {
                   color: {
                       type: 'linear',
                       colorStops: [{
                           offset: 0, color: 'green' // color at 0% position
                       }, {
                           offset: 0.1, color: 'green' // color at 100% position
                       }, {
                           offset: 0.10000001, color: 'grey' // color at 100% 
position
                       }]
                   }
               }
   ```

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