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/20 07:01:14 UTC

[GitHub] DorisOu opened a new issue #9435: 关于series-lines.lineStyle.normal.width的问题

DorisOu opened a new issue #9435: 关于series-lines.lineStyle.normal.width的问题
URL: https://github.com/apache/incubator-echarts/issues/9435
 
 
                 { 
                       name: '东区街道',
                       type: 'lines',
                       coordinateSystem: 'bmap',
                       zlevel: 3,
                       large: true, 
                       effect: { 
                           show: true,
                           constantSpeed: 30,
                           symbol: pathCar,
                           symbolSize: 18,
                           trailLength: 0,
                       },
                       lineStyle: {
                           normal: {
                               width: 1,
                               opacity: 0.9,
                               curveness: 0.2 
                           }
                       }
                   },
   
   应该如何配置每条线的width?
   
   
   
   

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