[GitHub] [incubator-echarts] ferrydjing commented on issue #12869: echarts tree图单个节点设置linestyle无效

2020-07-09 Thread GitBox


ferrydjing commented on issue #12869:
URL: 
https://github.com/apache/incubator-echarts/issues/12869#issuecomment-656451623


   > data.children[i].lineStyle = {
   > color: '#2b3878',
   > width: 2
   > }
   > 这样也可以单个设置
   
   这样应该不行吧,这种和我的用法没有区别的样子



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:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] ferrydjing commented on issue #12869: echarts tree图单个节点设置linestyle无效

2020-06-30 Thread GitBox


ferrydjing commented on issue #12869:
URL: 
https://github.com/apache/incubator-echarts/issues/12869#issuecomment-651686990


   > 
看起来像是个bug,不过[文档](https://echarts.apache.org/zh/option.html#series-tree.data)中似乎并未提及可以为单个data设置
 `lineStyle`,只有对整个系列生效的 
[`lineStyle`](https://echarts.apache.org/zh/option.html#series-tree.lineStyle)
   > 或者是我错过了什么?
   
   文档确实是没有提及给单个data设置 `lineStyle`, 但是实际使用是可以设置的。不清楚是否是支持的



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:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org