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

### 🧐 1. I want to set font-size for icon marker on legend area ### 🧐 2. I want to show legend below chart ### 🧐 3. I want to...

In my website I have a page containing 6-7 ant design plot charts, there is also other content on that page. Now the problem with antd chart is when tried...

### 🥰 需求描述 [详细地描述需求,让大家都能理解] ant-design-charts 2.xx有没有addAnnotations方法,不知道可不可以动态变化标注内容,因为环图中间文本会随时变化的 ### 🧐 解决方案 [如果你有解决方案,在这里清晰地阐述] ### 🚑 其他信息 [如截图等其他信息可以贴在这里]

I need to get a canvas to convert into image and print into pdf. In previous 1.x versions, I used the `onReady` event to get the plot and then `plot.chart.getCanvas()`...

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] ![image](https://github.com/ant-design/ant-design-charts/assets/61144546/b68feb81-28c4-4074-8daa-8b2ebd703b16) ### 📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题] ![image](https://github.com/ant-design/ant-design-charts/assets/61144546/61d526dd-d9f3-4f2a-b8b1-0dae7859c4e3) ![image](https://github.com/ant-design/ant-design-charts/assets/61144546/77f46fa2-092e-4e95-b812-ee073732e09c) ### 🏞 期望结果 [描述你原本期望看到的结果] ![image](https://github.com/ant-design/ant-design-charts/assets/61144546/24f14182-0f89-4ff0-bbc4-826b835e0c60) ### 💻 复现代码 [提供可复现的代码,仓库,或线上示例] ``` typescript import { Tiny } from '@ant-design/charts';...

Hello Ant Design Charts community! I need some help to display an image near each label? Thank you I'm using 1.x.x version

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] 在官方案例‘带辅助框标注的基础柱状图’中,动态添加数据时,第二次添加时报错 ### 📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题] 将下面的代码粘贴至官方案例的“带辅助框标注的基础柱状图"中 ### 🏞 期望结果 [描述你原本期望看到的结果] 第二次点击时,正确渲染出柱状图 ### 💻 复现代码 [提供可复现的代码,仓库,或线上示例] ```js import { Column } from '@ant-design/plots'; import React,{useState}...

### 🧐 问题描述 [详细地描述问题,让大家都能理解] 用@antd-design/plots编写一个折线图组件,期望把图例部分图标改大一点,查看了文档 第一个问题:color和size这两个配置怎么用? 自己没理解,直接在legend下写配置测试了都无效 第二个问题:下载了源码才发现有itemMarkerSize 的配置,并且找到代码里是配置在color下,文档中没有 第三个问题:DisplayObject 这个具体是什么? 没找到,不知道怎么用? 请问这些文档后续还会完善吗? 还是使用antv就是需要对着代码用? ### 💻 示例代码 [如果有必要,展示代码,线上示例,或仓库] { legend: { color: { itemMarkerSize: 24, labelFormatter: (a) => { return...

🧐 Issue Description I'm trying to customize the time format to 24-hour format in my project. Also, I'm wondering if there's a way to change the language of the graph...

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] click event for legend is not working for pie chart ### 📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题] Just use the pie chart and create click event on...