junh2017 opened a new issue #10287: 多个网格时图例可以自动匹配每个网格的位置(legend[i].gridIndex) URL: https://github.com/apache/incubator-echarts/issues/10287 ### What problem does this feature solve? 当一个dataset关联多个grid时,如果图例都在最上方,对图表的阅读不友好。比如查看要查看页面最下面的grid,要返回到最上面去查看图例对应的颜色。 ### What does the proposed API look like? legend: [{ data:'a', gridIndex: 0, },{ data:'b', gridIndex: 1, },{ data:'c', gridIndex: 2, },{ data:'d', gridIndex: 3, }] <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
