ammmmmms opened a new issue #15578:
URL: https://github.com/apache/echarts/issues/15578


   ### Version
   5.1.2
   
   ### Reproduction link
   [https://jsfiddle.net/zhtk7mw1/](https://jsfiddle.net/zhtk7mw1/)
   
   ### Steps to reproduce
   In tree chart, I want to set borderColor without filling color, but setting 
borderColor did not work, and then found that the value of color will be 
regarded as borderColor
   
   itemStyle: {
        color: "rgba(225, 99, 99, 1)",
           borderColor: "rgba(111, 238, 26, 1)",
           borderWidth: 2
       }
   
   ### What is expected?
   need the same effect as in V4
   
   ### What is actually happening?
   set borderColor and borderWidth in tree chart will be work
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


-- 
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: commits-unsubscr...@echarts.apache.org

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

Reply via email to