yuhualingfeng opened a new issue #9471: Legend 的第一个icon显示不全 URL: https://github.com/apache/incubator-echarts/issues/9471 ``` legend: { type: 'scroll', bottom: 0, data: (function (){ var list = []; for (var i = 1; i <=28; i++) { list.push({name:i + 2000 + '',icon:'circle'}); } return list; })() } ``` 当`legend`的type设置为`scroll`,且data中的icon被设置为`circle`时,如果出现滚动条,第一个icon会出现显示不全
---------------------------------------------------------------- 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]
