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? - 目前在饼图标签数据较少同时标签内容较大(多行)的情况下,饼图标签的布局效果不佳,需要优化; - 并且在顶部以及底部的标签容易由于空间不足而无法显示。 example: ```js const spec = { type: 'pie', data: [ { id: 'id0', values: [ { type: 'oxygen', value:...

### Version 1.12.12 ### Link to Minimal Reproduction dongchedi ### Steps to Reproduce ```ts { type: 'area', padding: [0, 0, 0, 0], background: '#fff', scrollBar: [ { orient: 'bottom', height:...

bug

### Version 1.12.2 ### Link to Minimal Reproduction none ### Steps to Reproduce [1.txt](https://github.com/user-attachments/files/17554336/1.txt) ### Current Behavior ### Expected Behavior none ### Environment ```markdown - OS: - Browser: - Framework:...

bug
high priority

### Version 1.12.9 ### Link to Minimal Reproduction 1.12.9 ### Steps to Reproduce 切换orient后,要手动设置axisIndex,否则不会自动切换 ### Current Behavior 切换orient后,没有自动绑定轴 ### Expected Behavior 切换orient后,自动绑定轴 ### Environment ```markdown - OS: - Browser: -...

bug
enhancement

### Version 1.12.10 ### Link to Minimal Reproduction spec attched below ### Steps to Reproduce ```ts const spec = { type: 'line', data: { values: [ { time: '2:00', value:...

bug

### What problem does this feature solve? lynx环境兼容texture ### What does the proposed API look like? lynx环境兼容texture

外部用户反馈 grid 布局教程太简单,用户根据教程也配置不出来,不够详细

docs

### Version 1.12.9 ### Link to Minimal Reproduction 1.12.9 ### Steps to Reproduce ``` const spec = { type: 'radar', data: [ { id: 'radarData', values: [ { key: 'Strength',...

bug

### Version 1.12.9 ### Link to Minimal Reproduction https://github.com/mengxi-ream/visactor-next-template ### Steps to Reproduce https://github.com/user-attachments/assets/372c42fb-4d72-4afb-8687-72eb214266a8 ### Current Behavior outborder does not get updated when switching theme. ONLY hard refresh can get...

bug

### Version 1.12.2 ### Link to Minimal Reproduction null ### Steps to Reproduce const spec = { "type": "bar", "color": [ "#693BFF", "#A894F7" ], "series": [ { "type": "bar", "seriesField":...

bug