echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Feature] How do I set the position of the paging button when the legend can be scrolled?

Open cz413 opened this issue 1 year ago • 0 comments

What problem does this feature solve?

目前的情况下在设置了 legend{ type: 'scroll' } 的时候,只能通过pageButtonPosition固定的两个值来设置按钮的位置。但是由于产品开发需要,需要在水平展示图例的情况下,将按钮的位置换行显示,即 e3e9a6c568d1b0a66d29c0971b5f9bc4

What does the proposed API look like?

建议设置pageButtonPosition可以接收非固定值,比如 pageButtonPosition:{ right: 20, bottom:20 }

cz413 avatar Aug 16 '24 15:08 cz413