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 2021/04/08 03:02:51 UTC

[GitHub] [echarts] miracle2017 commented on issue #12358: Legend Selector Responsiveness

miracle2017 commented on issue #12358:
URL: https://github.com/apache/echarts/issues/12358#issuecomment-815410261


   add the width ,  like 95%,  it work for me. the code example below: 
   ```
   legend: {
             data: legendData,
             width: '95%',
             selector: ['all', 'inverse']
   }
   ```


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



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