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

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] 双轴线图 右Y轴 设置 seriesField 后 ,点击图例, 对应的线条的 label 第一次不会消失 ### 📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题] ### 🏞 期望结果 [描述你原本期望看到的结果] ![image](https://github.com/ant-design/ant-design-charts/assets/22511204/68dc397f-c5ad-4e67-927f-167572aac502) ### 💻 复现代码 [提供可复现的代码,仓库,或线上示例] import React,...

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] In the Mix chart with plots and two y-axis, the legends are aligned one below the other for each axis. Can we align all...

### 🐛 bug 描述 RingProgress 使用SVG模式渲染无法正常显示 ### 📷 复现步骤 使用canvas模式 ``` ``` ![image](https://github.com/ant-design/ant-design-charts/assets/859740/4be4f3a9-d0c4-4f4c-94b8-cc5e500261a9) 改成 `renderer="svg"` ``` ``` 就会变成 ![image](https://github.com/ant-design/ant-design-charts/assets/859740/e5e315a7-a342-4659-a09a-c029ad36e41c) ### 🏞 期望结果 两种renderer的效果一致 ### © 版本信息 - 版本: @ant-design/plots 1.2.5...

### 🧐 问题描述 [详细地描述问题,让大家都能理解] 基础地图的tooltip都可以显示,蜂窝聚合图的tooltip没法显示 ### 💻 示例代码 [如果有必要,展示代码,线上示例,或仓库] import { HexbinMap } from '@ant-design/maps'; map: { type: 'mapbox', style: 'dark', pitch: 43, center: [120.13383079335335, 29.9], zoom: 8.2, }, source:...

### 🧐 Problem Description [describe the problem in detail so everyone can understand it] In my applications, I need to move position the slider right above the legends. Right now,...

### 🐛 bug 描述 线上实例参考下方链接;我配置了level,然后在点击一个节点 +号展开时报“Cannot read properties of undefined (reading 'getType')”错误 ### 📷 复现步骤 [codesandbox](https://codesandbox.io/s/musing-sun-rqrsj3?file=/index.js) 点击“去向页面D”, 展开后,再点击“去向页面H”,然后就报错了 ![image](https://github.com/ant-design/ant-design-charts/assets/20282988/97a967af-ecbc-4d46-8325-8f2f7d417f6e) ![image](https://github.com/ant-design/ant-design-charts/assets/20282988/2b0afc69-1bd7-4b91-896a-fd7b6eaaecfa) 这个报错跟我配置的数据有关系。 我在官方示例代码加了一个节点,并且在将原来的两个节点都指向新加的节点 ![image](https://github.com/ant-design/ant-design-charts/assets/20282988/ec7860b0-1e0e-4ef1-b8c4-619ff44e844b) ![image](https://github.com/ant-design/ant-design-charts/assets/20282988/e1670e2a-0d7a-408b-93b3-368ff1a773ec) ### 🏞 期望结果 子节点正常展开 ### 💻...

### 🧐 问题描述 [详细地描述问题,让大家都能理解] 多折线图点击图例切换折线显示时,监听图例点击事件,要灵活改变对应显示曲线的上下限(比如:从0开始的话 某些超大值的线过于平缓,单独显示时希望改变下y轴上下限),但是添加对应最大最小配置信息后,第一次的图例点击总是不能生效,点击过后,并没有正常的显隐对应折线 可以通过点击一个图例三次会发现:对应折线是 显(上下限改变)——显(上下限与上次一致)——隐(折线隐藏),个人觉得是因为在图例事件监听时,修改了图例配置,引起多折线图重新渲染,所以第二次依然还是显,不知道要如何处理 ### 💻 示例代码 [如果有必要,展示代码,线上示例,或仓库] https://riddle.alibaba-inc.com/riddles/bc41dd51 ### 🚑 其他信息 [如截图等其他信息可以贴在这里]

![image](https://github.com/ant-design/ant-design-charts/assets/87680962/7d1726cf-5902-41bc-91ee-b0e0950c96d3) how to default hide like image in Organization Graph if they have children? i using example https://charts.ant.design/en/examples/relation-graph/organization-graph/#custom

### 🧐 Problem Description [describe the problem in detail so everyone can understand it] I need to create a two level pie chart somethink like: ![image](https://user-images.githubusercontent.com/54698990/234917851-82b02e69-e266-44bd-9c3f-d599d064f0a3.png) ![image](https://user-images.githubusercontent.com/54698990/234917874-d3dee77c-45c4-4c85-82f7-81798a904eab.png) Also I need...

### 🥰 需求描述 [详细地描述需求,让大家都能理解] Example I have data like this: ``` const data = [ { type: '1-3秒', value: 0.16, }, { type: '4-10秒', value: 0.25, }, ] ``` I...