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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
