VChart
VChart copied to clipboard
VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
[[中文版模板 / Chinese template](https://github.com/VisActor/VChart/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] TypeScript definition update - [ ] Bundle...
[[中文版模板 / 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 ... - [ ] New feature - [x] Bug fix - [ ] TypeScript definition update - [ ] Bundle size...
### What problem does this feature solve?   ### What does the proposed API look like? new chart
### Documentation Title or Section Chapter 4 VChart Component System 第四章 VChart 组件(Component)系统 ### Issue Description or Suggestion see:https://bytedance.larkoffice.com/wiki/MDZbwmFMDi7l5kksSz8cv196n0c
### Documentation Title or Section options文档 ### Issue Description or Suggestion 暂无
### Documentation Title or Section 第十章 VChart 动画 Chapter 10 VChart Animation ### Issue Description or Suggestion https://bytedance.larkoffice.com/wiki/MDZbwmFMDi7l5kksSz8cv196n0c
### Documentation Title or Section Chapter 14 VChart Ecosystem 第十四章 VChart 生态系统 ### Issue Description or Suggestion https://bytedance.larkoffice.com/wiki/MDZbwmFMDi7l5kksSz8cv196n0c
### Documentation Title or Section Chapter 3 - How to “assemble” a VChart chart 第三章 如何“组装”一个 VChart 图表 ### Issue Description or Suggestion details:https://bytedance.larkoffice.com/wiki/MDZbwmFMDi7l5kksSz8cv196n0c
### Version lastest ### Link to Minimal Reproduction none ### Steps to Reproduce ```ts const spec = { type: 'area', data: { fields: { country: { domain: ['China', 'USA', 'EU',...