You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/01/15 08:54:31 UTC

[GitHub] [incubator-echarts] deqingli commented on issue #11623: selectorLabel 是否支持 修改emphasis样式?

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


With regards,
Apache Git Services

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