VChart
VChart copied to clipboard
VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
### What problem does this feature solve?  ### 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 },...
### 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  then the appearing marks is not correct:  It...
[[中文版模板 / 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...
[[中文版模板 / 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...
### Version 1.13.9 ### Link to Minimal Reproduction no ### Steps to Reproduce ``` const spec = { "type": "line", "data": { "values": [ { "time": "1744859339559", "value": 8 },...
### What problem does this feature solve? 如何绘制列表标签名称,  ### 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,...