antvis/G2






The issue has been closed
[Feat]: elementSelect 支持 region 参数,快捷选择多个元素 #6659
moayuisuda posted onGitHub
Describe the feature / 功能描述
支持 v4 的 active-region 功能 https://stackblitz.com/edit/react-jsce2vmn?file=src%2Findex.js
形似
chart.options({
interaction: {
elementSelect: {
region: true, // 点击空白区域,整个区域都被选中
},
},
});
Are you willing to contribute? / 是否愿意参与贡献?
Please select / 请选择