You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cannot replicate with code provided. pie.itemStyle does not have any size parameter. Legend circle icon size is controlled by itemWidth.
📌 please close issue if problem solved.
Version
5.1.0.0-current
Link to Minimal Reproduction
without
Steps to Reproduce
``
<title>ECharts 饼图示例</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/echarts/5.2.2/echarts.min.js"></script> <script> var myChart = echarts.init(document.getElementById('main'));Current Behavior
when pie legend icon="circle", series itemStyle influence it's size.
Expected Behavior
legend icon size keep it the same
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: