apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.69k stars 19.62k forks source link

[Feature] legend.itemWidth 能否支持图例项目框的宽度?目前只是支持图标宽度调整 #20462

Closed aov2005 closed 2 weeks ago

aov2005 commented 3 weeks ago

What problem does this feature solve?

image 如UI图,我需要图例项目固定宽度的排列

What does the proposed API look like?

支持类似 legend.itemBoxWidth

sz-p commented 2 weeks ago

See Demo :

https://stackblitz.com/edit/js-4xbkeq?file=index.js

aov2005 commented 2 weeks ago

See Demo :

https://stackblitz.com/edit/js-4xbkeq?file=index.js

似乎依赖的是top和orient: 'vertical',虽然不太一样,但是也大概能解决了