deqingli commented on issue #11623: selectorLabel 是否支持 修改emphasis样式?
URL: 
https://github.com/apache/incubator-echarts/issues/11623#issuecomment-574559258
 
 
   It supports, you can modify it like below:
   ```js
   legend: {
       selector: true,
       selectorLabel: {
           color: 'yellow',
           borderColor: 'green',
           backgroundColor: 'blue'                  
       },
       emphasis: {
            selectorLabel: {
                backgroundColor: 'red'
            }
       },
   }                    
   ```
   I am so sorry, I forget to add it to the doc.

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


With regards,
Apache Git Services

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

Reply via email to