Open
Description
Describe the bug / 问题描述
chart.options({
type: 'interval',
data,
encode: { x: 'genre', y: 'sold', color: 'genre' },
legend: {
color: {
maxRows:3,
position: 'top',
layout: {
justifyContent: 'flex-start',
alignItems: 'flex-start',
},
},
},
});
测试图表图例,想一行展示出现翻页效果,但是无法实现
Reproduction link / 复现链接
No response
Steps to Reproduce the Bug or Issue / 重现步骤
No response
Version / 版本
Please select / 请选择
OS / 操作系统
- macOS
- Windows
- Linux
- Others / 其他
Browser / 浏览器
- Chrome
- Edge
- Firefox
- Safari (Limited support / 有限支持)
- IE (Nonsupport / 不支持)
- Others / 其他