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

### What problem does this feature solve? 1. 能够监听region内的事件 2. 能够监听非region区域的事件 ### What does the proposed API look like? ``` vchart.on('click', { level: 'model', type: 'region' }, (e) => {...

### Version 1.13.5 ### Link to Minimal Reproduction bug ### Steps to Reproduce 暂时不提供 ### Current Behavior ![Image](https://github.com/user-attachments/assets/2997a7f2-b09f-4832-be10-63add92320a6) 代码如下: import { View } from '@tarojs/components'; import Taro from '@tarojs/taro'; import...

bug

### What problem does this feature solve? ![Image](https://github.com/user-attachments/assets/96f5a619-58f0-4c39-a9f9-b9cccca06acf) ### What does the proposed API look like? 一种 mermaid 语法转 vchart spec 的插件

up for grabs

[[中文版模板 / Chinese template](https://github.com/VisActor/VChart/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [x] New feature - [ ] Bug fix - [ ] TypeScript definition update - [ ] Bundle size...

vchart
chore
docs

### What problem does this feature solve? 双轴图场景,当有轴只有对应一组数据时,期望图例点击时,不要改变轴的区间。现在会变成 0-1,看起比较奇怪。 ### What does the proposed API look like? // 增加配置允许轴对应筛选前的数据 domainCollect: 'view' | 'raw'

### What problem does this feature solve? ![Image](https://github.com/user-attachments/assets/a193da91-234f-42e5-9a71-17f9fc5adf7f) ![Image](https://github.com/user-attachments/assets/1e66cc42-6749-4181-9d7d-2bb936c228be) 优化点: 当最大的数字有多个的时候,尝试寻找只有单个的数字上 ### What does the proposed API look like? no new api

low priority

### Version 1.13.3 ### Link to Minimal Reproduction 1.13.3 ### Steps to Reproduce lynx环境,展示tooltip ### Current Behavior ![Image](https://github.com/user-attachments/assets/bb78c7d8-709e-4973-8a92-caa881476307) ### Expected Behavior tooltip的文字不偏移 ### Environment ```markdown - OS: - Browser: -...

bug

### What problem does this feature solve? 雷达图拐点处支持圆角。 最理想的期望是最后的:根据角度弧度会不同 其次降级方案是中间的:统一有个最小的弧度,尽量别出现过于尖锐的尖头 ![image](https://github.com/user-attachments/assets/519c3c10-a6ab-43c7-a9ee-15bf9675869a) ![image](https://github.com/user-attachments/assets/697f5a7b-5e91-425f-b088-99cacc1323f2) ### What does the proposed API look like? curveType 下新增配置项

### Version @visactor/vchart : "1.13.3-alpha.2" ### Link to Minimal Reproduction null ### Steps to Reproduce [area-label.txt](https://github.com/user-attachments/files/18409701/area-label.txt) ### Current Behavior ![img_v3_02ih_76ef475b-278c-4e5e-b8ea-497296adee5g](https://github.com/user-attachments/assets/3a8ccdf1-f7c8-459b-a1a4-dcc5ad06ba82) ### Expected Behavior totalLabel和label同时显示,无被隐藏项 ### Environment ```markdown - OS: -...

bug
low priority