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 2018/11/12 07:13:53 UTC

[GitHub] Ovilia commented on issue #9380: 版本4中当属于一个y轴的系列在legend中关闭时,该y轴如何自动隐藏,而不是只隐藏数字

Ovilia commented on issue #9380: 版本4中当属于一个y轴的系列在legend中关闭时,该y轴如何自动隐藏,而不是只隐藏数字
URL: https://github.com/apache/incubator-echarts/issues/9380#issuecomment-437779721
 
 
   Axis cannot know which series is using its axis index. So there's no way we can do this automatically.
   However, you can [listen to the legend changes](http://echarts.baidu.com/api.html#events.legendselectchanged), and use `setOption` to change the yAxis.

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