yaodd123 opened a new issue #16616:
URL: https://github.com/apache/echarts/issues/16616


   ### Version
   
   5.3.0
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   option = {
         series: [
           {
             type: 'tree',
             data: [data],
             top: '1%',
             left: '7%',
             bottom: '1%',
             right: '20%',
             symbolSize: 7,
             label: {
               position: 'left',
               verticalAlign: 'middle',
               align: 'right',
               fontSize: 9
             },
             selectedMode: 'single',
             select: {
               lineStyle: {
                 color:'red'
               }
             }
           }
         ]
       }
   
   ### Current Behavior
   
   选中节点时线样式不生效
   
   ### Expected Behavior
   
   选中节点时线样式生效
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


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