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

### Version 1.12.6 ### Link to Minimal Reproduction none ### Steps to Reproduce ```js const spec = { type: 'common', padding: 10, layout: { type: 'grid', col: 2, row: 5,...

bug

### Version 2.0.8 ### Link to Minimal Reproduction None ### Steps to Reproduce { "type": "boxPlot", "minField": "__Lower_Whisker__", "maxField": "__Upper_Whisker__", "q1Field": "__Q1__", "medianField": "__Meadian__", "q3Field": "__Q3__", "outliersField": "__Outliers__", "xField": [...

bug
VSeed

### What problem does this feature solve? Support ### What does the proposed API look like? boxPlotChart.boxPlot.type boxPlotChart.outliersStyle.shape

VSeed

### What problem does this feature solve? Make boxPlot looks better when the number of box is limited ### What does the proposed API look like? boxPlotChart.boxPlot.style.maxBoxWidth same as boxPlotChart.boxPlot.style.boxWidth

VSeed

### Version 2.0.8 ### Link to Minimal Reproduction null ### Steps to Reproduce https://www.visactor.com/vchart/playground?specId=5022849057&timestamp=1763457454041&version=2.0.8&theme=light ### Current Behavior 轴标签没有按照设置后的宽度进行布局,导致超出了画布范围 ### Expected Behavior 按照设置后的宽度对轴标签进行正确布局 ### Environment ```markdown - OS: - Browser: -...

bug

### Version 2.0.8 ### Link to Minimal Reproduction 无 ### Steps to Reproduce 配置 const spec = { type: 'sankey', data: [ { values: [ { nodes: [ { nodeName:...

bug

### Version 2.0.8 ### Link to Minimal Reproduction no ### Steps to Reproduce ``` { "type": "bar", "width": 800, "height": 600, "barMinWidth": 20, "barMaxWidth": 50, "data": [ { "id": "main",...

bug

### Version 2.0.8 ### Link to Minimal Reproduction null ### Steps to Reproduce [demo.zip](https://github.com/user-attachments/files/23412002/demo.zip) ### Current Behavior ![Image](https://github.com/user-attachments/assets/364eb116-1d42-46d0-8fe6-28405aee11ea) ### Expected Behavior 不报错 ### Environment ```markdown - OS: - Browser: -...

bug
high priority

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

### What problem does this feature solve? ``` const spec = { theme: { name: 'green', type: 'light', fontFamily: 'TikTok Text,TikTokFont', colorScheme: { default: [ 'rgb(0, 153, 149)', 'rgb(254, 194,...