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

### 🥰 需求描述 [详细地描述需求,让大家都能理解] Please note how the area plot is responsive while the OrganizationGraph is not: https://user-images.githubusercontent.com/1799756/165181999-c89a7345-4f13-474a-8f32-39d8cf154a55.mp4 It would be nice if graph's behavior was the same as that...

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] This pretty much says it all: https://user-images.githubusercontent.com/1799756/165179671-ecc97e32-06de-4a87-a066-d0cd9914a6e6.mp4 It seems like I can only drag the rectangles by clicking and holding the right-hand side of...

### 🥰 需求描述 [详细地描述需求,让大家都能理解] For example, I have a tree structure that represents the following grouped grid/table header: In this case, the root node does not convey any useful information....

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] pie组件配置renderer: 'canvas'在window下图例被遮住,在mac下可以正常显示,但是如果改成renderer: 'svg',又会出现https://github.com/ant-design/ant-design-charts/issues/717 这种情况 ### 📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题] ### 🏞 期望结果 [描述你原本期望看到的结果] window下图例不应该被遮住 ### 💻 复现代码 [提供可复现的代码,仓库,或线上示例] renderer: 'canvas' ### © 版本信息 "@ant-design/plots": "^1.0.9"...

### 🐛 bug 描述 按照官网流程图示例代码,配置了toolbarPanelProps,首次进入页面时,toolbarPanel不出现。 ### 📷 复现步骤 首次进入页面时,toolbarPanel不出现。页面大小发生改变后,toolbarPanel出现。 ![1650529769](https://user-images.githubusercontent.com/30646553/164413741-345dfa12-d295-4ec3-8b30-14d3425ebf45.jpg) ![1650529769(1)](https://user-images.githubusercontent.com/30646553/164413771-c7fafc26-2883-4973-9e21-bb5753d74f6d.jpg) ### 🏞 期望结果 首次进入页面,就要展示toolbarPanel。 ### 💻 复现代码 ``` import React, { useRef } from 'react'; import { Flowchart }...

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] ### 📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题] ### 🏞 期望结果 [描述你原本期望看到的结果] ### 💻 复现代码 [提供可复现的代码,仓库,或线上示例] ### © 版本信息 - ant-design-charts 版本: [e.g. 0.9.0] - 浏览器环境 - 开发环境...

### 🧐 ChoroplethMap 官网的例子在省级还是有value展示的,下钻到下个层级就没显示value了,这该咋解决? ### 地址:https://charts.ant.design/zh/examples/map-choropleth/drill/#order-drill ### 🚑 其他信息 ,页面对应的在线编程链接里面的例子也不可运行,建议更新一下

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] 饼图根据百分比大小动态展示label ### 📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题] 通过label的formatter函数格式化展示内容 label: { type: 'spider', // label类型 formatter: (val) => { console.log(val, 'val'); const res = val?.percentage > 5;...

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] 在饼图联动dom上https://charts.ant.design/zh/examples/plugin/association#association-pie,特殊数据如下: data.pie1 = [{area: "未分区", bill: 1.5}, {area: "二年级", bill: 18.72}] data.pie2 = [{area: "未分区",value: 1.54}, {area: "二年级", value: 19.33}] ### 📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题]...

### 问题描述 组件: Column 版本: latest const data = [ { type: 'a', count: 3, name: 'qwe' }, { type: 'a', count: 2, name: 'asd' }, { type: 'b', count:...