muralimatli opened a new issue #14376:
URL: https://github.com/apache/echarts/issues/14376


   
![image](https://user-images.githubusercontent.com/23698282/109578223-c5f95d80-7b31-11eb-8f9d-05833c95bff7.png)
   
   
   tried with 
   itemStyle: {
               color: '#ce20d6',
               borderColor: '#C3CFD8',
               borderWidth: 2,
               borderCap: 'round',
               shadowColor: '#ffff',
               shadowBlur: 3,
               shadowOffsetY: 0,
               shadowOffsetX: 0,
               opacity: 1
             },
   ----- or ------------
             emphasis: {
               focus: 'series',
               lineStyle: {
                 width: 3
               },
               itemStyle: {
                 shadowBlur: 1,
                 shadowColor: '#ce20d6',
                 borderColor: '#C3CFD8',
                 borderType:'solid',
                 borderWidth: 3,
                 opacity: 1
               }
             },
   
   some how could achieve echart  will supporting this ?


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to