ant-design-charts icon indicating copy to clipboard operation
ant-design-charts copied to clipboard

A React Chart Library

Results 345 ant-design-charts issues
Sort by recently updated
recently updated
newest added

### 🧐 问题描述 [详细地描述问题,让大家都能理解] ### 💻 示例代码 [如果有必要,展示代码,线上示例,或仓库] ### 🚑 其他信息 [如截图等其他信息可以贴在这里]

### 🧐 问题描述 [详细地描述问题,让大家都能理解] Brush 刷选 不支持折线图么, 目前只看到 4 种 ### 💻 示例代码 [如果有必要,展示代码,线上示例,或仓库] ### 🚑 其他信息 [如截图等其他信息可以贴在这里]

### 🧐 问题描述 [详细地描述问题,让大家都能理解] 如题,不知道有没有比较方便的方法可以统一设置图表中各个字体的颜色,`dark`主题下字体还是以前的灰色看起来不明显 ### 💻 示例代码 [如果有必要,展示代码,线上示例,或仓库] ### 🚑 其他信息 [如截图等其他信息可以贴在这里]

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] 安装了`@ant-design/[email protected]`之后tooltip formatter报错 看了下代码之后发现`@antv/g2plot/lib/types/tooltip.d.ts`这一行有问题: `export declare type Tooltip = false | TooltipOptions;` 应该去掉`false | ` 吧? ### © 版本信息 1.4.2

### 🐛 bug On a Line chart with an `Image` annotation overlaid on a `regionFilter` annotation, the `top` property of the `image` annotation is not being respected. In the image...

bug

I have this data for example: (It is ordered by 'siteName' and 'impact') ``` 0: {impact: 8, count: 11, siteName: 'Pinkelectric', sum: 48} 1: {impact: 7, count: 14, siteName: 'Pinkelectric',...

### 🥰 需求描述 [详细地描述需求,让大家都能理解] 希望下一个版本支持蜂窝图!!!! ### 🧐 解决方案 [如果你有解决方案,在这里清晰地阐述] 示例图如下: ![image](https://user-images.githubusercontent.com/35520240/173985720-3ef455a4-350a-4980-a65a-9087e4cd557f.png) ### 🚑 其他信息 [如截图等其他信息可以贴在这里]

### 🧐 问题描述 [详细地描述问题,让大家都能理解] ERROR in ./node_modules/@antv/x6-react-components/es/color-picker/index.js 18:0-41 Module not found: Error: Can't resolve 'antd/es/popover/style/index.css' in '/Users/hejie/WebstormProjects/untitled1/node_modules/@antv/x6-react-components/es/color-picker' ### 💻 示例代码 [如果有必要,展示代码,线上示例,或仓库] ### 🚑 其他信息 [如截图等其他信息可以贴在这里] ![image](https://user-images.githubusercontent.com/52463603/181408716-67aa344a-fa3f-4041-bf28-583ee088cd18.png)

Hello, I have a few questions about functionalities of Ant Design Charts: 1. Is it possible to show annotations, like lines and regions, in the tooltip? 2. Is it possible...

Hey, is it possible to use the Slider as a standalone component? Couldn't find anything on it in the docs. Basically the slider without the line chart, so that I...