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 2019/07/02 06:10:59 UTC

[GitHub] [incubator-echarts] Ovilia edited a comment on issue #10745: How create the timeline with train status on travel?

Ovilia edited a comment 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 10% 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:
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