Joel Alan
Joel Alan
**Describe the bug** Screenshots are lost. Website address https://echarts.apache.org/zh/index.html.
## 问题描述 gatsby-browser 里面引入 charts 无法启动官网,提示 react-dom 不存在,注释掉可以正常启动,但示例无法使用。   ## 复现代码 - 仓库 https://github.com/ant-design/ant-design-charts - 分支 feat/split-package ## 复现步骤 ```ts step1: npm i step2: npm run bootstrap step3: npm...
### © 版本信息 - ant-design-charts 版本: [e.g. 0.9.0] - 浏览器环境 - 开发环境 [e.g. mac OS] ### 🚑 其他信息 [如截图等其他信息可以贴在这里] 
Test with jest emit error. 
### Description 手动修改版本号,和 npm 保持同步。
### 问题描述  ### 重现链接 https://g2.antv.antgroup.com/zh/examples/general/pie/#spider-label ### 重现步骤 1. 官网示例修改下配置即可 ### 预期行为 _No response_ ### 平台 - 操作系统: [macOS, Windows, Linux, React Native ...] - 网页浏览器: [Google Chrome, Safari, Firefox]...
### 问题描述 1. 选中 element 后鼠标移入会导致选中被取消 ```ts /** * A recreation of this demo: https://observablehq.com/@d3/bar-chart */ import { Chart } from '@antv/g2'; const chart = new Chart({ container: 'container', autoFit:...
### AntV Open Source Contribution Plan(可选) - [X] 我同意将这个 Issue 参与 OSCP 计划 ### Issue 类型 - 中级任务 ### 任务介绍 正常如下  缩放后  ### 参考说明 1. 访问官网示例 https://g2.antv.antgroup.com/examples/component/axis/#axis 2....