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

The meanings and usages of these fields such as seriesField, categoryField, valueField, and radiusField require more clear descriptions and demos. 1. https://www.visactor.io/vchart/demo/progress/circular-progress 2. https://www.visactor.io/vchart/option/circularProgressChart#seriesField 3. https://www.visactor.io/vchart/guide/tutorial_docs/Chart_Types/Progress

documentation
good first issue
docs

[[中文版模板 / Chinese template](https://github.com/VisActor/VChart/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a Demo add business funnel demo and related docs - [ ] New feature - [ ] Bug fix - [ ]...

docs

### What problem does this feature solve? 状态动画支持独立的动画参数配置,主要是: ``` const DefaultStateAnimateConfig: IAnimateConfig = { duration: 200, easing: 'cubicOut' }; ``` ### What does the proposed API look like? ``` {...

### What problem does this feature solve? 支持不同图表类型,指定不同的组件主题样式 ### What does the proposed API look like? ``` { chart: { bar?: ITheme; line?: ITheme; } } ```

### What problem does this feature solve? ![img_v3_02cr_46ec36f5-5f59-4568-88c1-55a18d0e7b5g](https://github.com/user-attachments/assets/3146e0af-0f6d-4217-bc81-dce7de9a8909) As shown in the above picture, it is difficult to handle without automatic line wrapping. Even if rich text is used, it...

### What problem does this feature solve? just seem to [stillShowZeroSum](https://echarts.apache.org/zh/option.html#series-pie.stillShowZeroSum) of echarts 同时需要考虑负数场景,需要提供三种配置: * 'ignore': 忽略,也就是过滤负数 * 'absolute': 根据绝对值进行处理 * 'none': 不做任何特殊处理 ### What does the proposed API look...

good first issue

### What problem does this feature solve? 1. dont need to require `@visactor/vchart` 2. add `` 、``.... ### What does the proposed API look like? ....

### What problem does this feature solve? 当前刷选操作刷选在空白数据时,startValue 和 endValue 会变成第一个数值,期望能够提供一个配置项来控制这一默认表现,在操作空白区域时 dataZoomChange 不触发。 ### What does the proposed API look like? - emptyBrush: 'none' | 'closestValue' ### spec ```js const...

high priority

### Version 1.19.5 ### Link to Minimal Reproduction null ### Steps to Reproduce ``` const spec = { "type": "common", "axes": [ { "orient": "left", }, { "orient": "bottom", }...

bug

### What problem does this feature solve? A VChart encapsulation for the VUE user group is required to simplify the user's usage cost and provide a complete documentation and demo....

tutor
Vue-VChart