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

### 本地环境使用@ant-design/charts报错 ### 问题截图 ![image](https://user-images.githubusercontent.com/9374545/167577746-4cbc74f3-aa15-4691-a6c8-f67e72531928.png) ### 代码 `import { Line } from '@ant-design/charts'; export const IsNewCarPremium: React.FC = () => { const data = [ { year: '1991', value: 3...

### 🥰 需求描述 [详细地描述需求,让大家都能理解] Hi, From the list of MultiView of [ant-design/charts](https://charts.ant.design/en/examples/gallery#category-MultiViewPlot%F0%9F%94%A5) there is one missing regarding [g2plot](https://g2plot.antv.vision/en/examples/plugin/multi-view#range-area) The one that have a line combined with a range/interval around. ![image](https://user-images.githubusercontent.com/68346563/166102879-36b0dc10-b8f0-41b8-9ba8-fa0fe87030ce.png)...

### 🥰 需求描述 [详细地描述需求,让大家都能理解] ![image](https://user-images.githubusercontent.com/36257490/170933447-2f719160-5888-4b13-aee6-3ba15caf330f.png) ### 🧐 解决方案 [如果你有解决方案,在这里清晰地阐述] ### 🚑 其他信息 [如截图等其他信息可以贴在这里]

How do can drill down in bar chart?

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] Using nextjs to do HeatMap, the map appears, but when you drag the map, you will find that there are many point layers, and...

### 🥰 需求描述 [详细地描述需求,让大家都能理解] ### 🧐 解决方案 [如果你有解决方案,在这里清晰地阐述] ### 🚑 其他信息 [如截图等其他信息可以贴在这里]

🧐[问题] 按文档上的方法,尝试导出HeatMap当前画布上的图片 但是并没有发现toDataUrl方法 ``` import React, { useState, useEffect, useRef } from 'react' import ReactDOM from 'react-dom' import { HeatMap } from '@ant-design/maps' const Test: React.FC = () => {...

I got error on compile ./node_modules/antd/es/popover/style/index.css Global CSS cannot be imported from within node_modules. Read more: https://nextjs.org/docs/messages/css-npm Location: node_modules\@antv\x6-react-components\es\color-picker\index.js Import trace for requested module: ./node_modules/@antv/x6-react-components/es/color-picker/index.js ./node_modules/@antv/x6-react-components/es/index.js ./node_modules/@antv/xflow-extension/es/canvas-context-menu/components/index.js ./node_modules/@antv/xflow-extension/es/canvas-context-menu/index.js ./node_modules/@antv/xflow-extension/es/index.js ./node_modules/@ant-design/flowchart/es/index.js...

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] 给关系图设置了 graph.zoom 但是貌似不生效? ### 📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题] ### 🏞 期望结果 [描述你原本期望看到的结果] ### 💻 复现代码 [提供可复现的代码,仓库,或线上示例] ``` return { graph.zoom(0.5) }} {...config} />; ``` ###...