You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/01/04 10:47:43 UTC

[GitHub] MINDoSOFT opened a new issue #9686: When left is set on legend, right stops working

MINDoSOFT opened a new issue #9686: When left is set on legend, right stops working
URL: https://github.com/apache/incubator-echarts/issues/9686
 
 
   Hello,
   
   I am trying to adjust this example https://ecomfe.github.io/echarts-examples/public/editor.html?c=bar-stack and I want to set the following properties for the legend:
   
   ```
       legend: {
           data:['直接访问','邮件营销','联盟广告','视频广告','搜索引擎','百度','谷歌','必应','其他'],
           left: 0,
           right: 50,
       },
   ```
   
   But it looks like as soon as I set left to something, then changing the value of right does nothing.
   
   What I would like is the legend to start from the beginning, and not go past a specific point, because it overlaps the toolbox.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org