Ovilia commented on issue #8943: 如何让图例两行显示 URL: https://github.com/apache/incubator-echarts/issues/8943#issuecomment-417584194 其实可以这样: ```js legend: [{ x: 'center', top: 30, data: ['20', '50', '80'] }, { top: 50, data: ['100', '150'] }], ``` http://gallery.echartsjs.com/editor.html?c=xSy3SVOIPQ&v=2
---------------------------------------------------------------- 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]
