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? ![img_v3_02dv_0d10165f-f143-49b1-a753-253338329c2g](https://github.com/user-attachments/assets/dc451581-d5af-45c2-9bda-3413d3060d05) ### What does the proposed API look like? null

### Version 1.12.0 ### Link to Minimal Reproduction no ### Steps to Reproduce ``` { type: "line", data: { values: [ { type: "Nail polish", country: "Africa", value: 4229,num:1 },...

bug

### What problem does this feature solve? 问题: 1. 期望通过color直接定义颜色,而非图元自定义样式,因为用户取消自定义颜色配置,如果使用自定义样式,不同图表的处理方式不同 2. color中定义的【标准级】映射,期望应用到所有【标准级_xxx】数据中 用户侧可实施方案: 方案一:在color中补全domain字段,所有【标准级_xxx】的数据都需要有对应的颜色匹配 方案二:使用scales做匹配逻辑,对不同图表使用不同处理方式 方案三:图元样式回调函数,仍然需要对不同图表使用不同的处理方式 分析: 方案一:存储有点冗余,占用内存变大;方案二、方案三成本较高 所以需要考虑一下color 增加field 的配置 ### What does the proposed API look like? color:...

### Version 1.12.0 ### Link to Minimal Reproduction null ### Steps to Reproduce First select a little number of marks ![image](https://github.com/user-attachments/assets/0302e923-706b-4e95-86ef-89de32204003) then the appearing marks is not correct: ![image](https://github.com/user-attachments/assets/d5639255-5315-44a2-983a-bfb2750d7652) It...

bug

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

vchart
chore
typescript
react-vchart
taro-vchart
block-vchart
lark-vchart
tt-vchart
vchart-schema
docs
vchart-types
openinula-vchart

[[中文版模板 / 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...

react-vchart

### Version 1.13.9 ### Link to Minimal Reproduction no ### Steps to Reproduce ``` const spec = { "type": "line", "data": { "values": [ { "time": "1744859339559", "value": 8 },...

bug
good first issue
VMind

### What problem does this feature solve? 如何绘制列表标签名称, ![Image](https://github.com/user-attachments/assets/4647a4c0-8856-41d5-be51-8d6883a6982a) ### What does the proposed API look like? 增加桑基图类别标签的实例

### Version 1.13.8 ### Link to Minimal Reproduction null ### Steps to Reproduce ```ts const spec = { type: 'wordCloud', nameField: 'name', valueField: 'value', wordCloudConfig: { zoomToFit: { enlarge: true,...

bug
good first issue