Hehaonan

Results 4 issues of Hehaonan

### What problem does this feature solve? I think manage data with dataset is a correct direction, and we are recommended to use dataset. However, the example using dataset is...

new-feature
pending
en

The code just like this. Now I want to call ```scrollCenter()```. But I can't do it. ~~~html AA import { VueInfiniteViewer } from "vue3-infinite-viewer"; export default { components: { VueInfiniteViewer...

question

### 🐛 Bug description [Please make everyone to understand it] [issue case](https://codesandbox.io/s/xr7xzd) ### 📷 Step to reproduce ```ts import { Column } from '@antv/g2plot'; const data = [ { type:...

Bug

### 问题描述 双y轴图表,在点击legend隐藏或显示某些图像元素时候,会导致渲染异常 ### 重现链接 https://codesandbox.io/p/sandbox/sparkling-haze-hrph9k?file=%2Findex.ts ### 重现步骤 1.点击sandbox链接,等待图表渲染完成 2.点击legend第一个色块,隐藏柱子,在点击显示柱子 3.渲染出现问题,折线图x轴范围收窄 ### 预期行为 正常渲染 ### 平台 - 操作系统: [macOS] - 网页浏览器: [Google Chrome] ### 屏幕截图或视频(可选) ![2024-06-07 17 51 39](https://github.com/antvis/G2/assets/76272017/0d9aeada-edc0-4c4e-8c82-14422b37756f) ###...