echarts
echarts copied to clipboard
[Feature] How do I set the position of the paging button when the legend can be scrolled?
What problem does this feature solve?
目前的情况下在设置了
legend{ type: 'scroll' }
的时候,只能通过pageButtonPosition固定的两个值来设置按钮的位置。但是由于产品开发需要,需要在水平展示图例的情况下,将按钮的位置换行显示,即
What does the proposed API look like?
建议设置pageButtonPosition可以接收非固定值,比如
pageButtonPosition:{ right: 20, bottom:20 }