VChart icon indicating copy to clipboard operation
VChart copied to clipboard

VChart, more than just a cross-platform charting library, but also an expressive data storyteller.

Results 387 VChart issues
Sort by recently updated
recently updated
newest added

如题,可以看到,标题和图标(React Dom)是正常显示的,关于画布的内容就变得很模糊, ![image](https://github.com/user-attachments/assets/4a12c910-3dd8-4899-8888-9f8981522de4) 系统信息如下: ![image](https://github.com/user-attachments/assets/9912d29c-6fc0-463c-b85f-c400cec99184) VChart 版本:1.12.1

### Version 1.2.4 ### Link to Minimal Reproduction 1.2.4 ### Steps to Reproduce 2, 8 未连接; ``` const spec = { type: 'line', invalidType: 'link', data: { values: [ {...

bug

### Version 1.12.5 ### Link to Minimal Reproduction no ### Steps to Reproduce ``` const spec = { type: 'line', data: [ { id: 'line', values: [ { x: 1,...

bug

### What problem does this feature solve? 业务需求: 当气泡的值接近时,气泡会重叠,导致用户查看数据困难,只能通过最顶上的猜其他的值,和用户预期不太一致 期望此时可以同时显示多组值 或 可以在重叠的几组间切换 ### What does the proposed API look like? null

### Version 1.12.1 ### Link to Minimal Reproduction https://www.visactor.io/vchart/theme/playground ### Steps to Reproduce 1. open https://www.visactor.io/vchart/theme/playground 2. modify series.area.point.style.symbolType to be triangle ![image](https://github.com/user-attachments/assets/1743d640-5de7-40c8-870e-2367224646f6) ### Current Behavior symbolType of legends and...

bug

如何在area图标上注册事件,比如移入不同的markArea,就触发事件,不知道怎么去获取移入当前的这条markarea数据。 ![image](https://github.com/user-attachments/assets/f4c87c16-f5e4-47b9-96bf-bc5a1fb0ef48)

### What problem does this feature solve? resize的时候能动态修改label的位置 ### What does the proposed API look like? dx和dy支持函数

good first issue

### Version 1.11.15-alpha.2 ### Link to Minimal Reproduction vscreen ### Steps to Reproduce ```ts // eslint-disable-next-line no-duplicate-imports import { default as VChart } from '../../../../src/index'; import { createButton } from...

bug

下个迭代动画改动内容较多,在那之前录入大屏动画bugserver case以保证质量