antvis / G2Plot

:dango: An interactive and responsive charting library based on G2.
https://g2plot.antv.antgroup.com
MIT License
2.56k stars 607 forks source link

🥰 [FEATURE]饼图中图例展示不全 #3639

Open mingsen-Luo opened 1 year ago

mingsen-Luo commented 1 year ago

🥰 Features description [Please make everyone to understand it]

在使用饼图时,图例特别多的时候,如果图例的位置设置为 bottom ,且不分页,此时的图里就不会完全展示,目前看来是最多展示5行图例

🏞 What problem does this feature solve

此功能可以解决在图例较多的情况下,不做分页处理的时候也可以全部展示图例

🧐 What does the proposed API look like

🚑 Any additional [like screenshots]

此链接可以看到上述效果 https://codesandbox.io/s/qy6flm?file=/index.ts 在此链接中,将右侧预览视口缩小,会发现最多只展示5行,超出部分会被截取

mingsen-Luo commented 1 year ago

如图 image