Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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会出现显示不全
legend
scroll
circle
The text was updated successfully, but these errors were encountered:
@yuhualingfeng you can fix it by modifying the source code. The links are as follows: #9480
Sorry, something went wrong.
4c86ca5
Merge pull request #9480 from cuijian-dexter/Fix#9471
4775c37
Fix #9471
Tweak #9471
f158ae1
Move the fix of #6743 #8971 #9471 from the master to the release branch.
386f096
No branches or pull requests
当
legend
的type设置为scroll
,且data中的icon被设置为circle
时,如果出现滚动条,第一个icon会出现显示不全The text was updated successfully, but these errors were encountered: