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? 在线形轴下支持dimension状态,解决散点气泡图等场景下无法触发dimension状态的问题 ### What does the proposed API look like? 没有新api

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

bug

### Version all ### Link to Minimal Reproduction none ### Steps to Reproduce ```js const spec = { type: 'line', data: [ { id: 'line', values: [ { x: 'Round...

bug

### Version 2.0.0 ### Link to Minimal Reproduction null ### Steps to Reproduce ```js const spec = { "width": 236, "height": 260, "0": "{", "1": "}", "padding": {}, "type": "waterfall",...

bug

### Version 2.0.2 ### Link to Minimal Reproduction 2.0.2 ### Steps to Reproduce lynx的canvas会触发resize ### Current Behavior resize的时候canvas没有监听,导致是最初的大小 ### Expected Behavior resize的时候canvas监听,并且触发resize ### Environment ```markdown - OS: - Browser: -...

bug

### Version 1.x & 2.x ### Link to Minimal Reproduction none ### Steps to Reproduce ```js const spec = { type: 'common', seriesField: 'color', data: [ { id: 'id0', values:...

bug

### Version 2.0.1 ### Link to Minimal Reproduction vscreen ### Steps to Reproduce ```ts const spec = { type: 'bar', theme: {}, xField: ['10002'], yField: ['OCxMNY4j86cy', '10001'], direction: 'horizontal', sortDataByAxis:...

bug

### Version 2.0.0 ### Link to Minimal Reproduction null ### Steps to Reproduce null ### Current Behavior 2.0.0 版本似乎没有办法正常触发图表的退场动画,需要 VChart 修复 ### Expected Behavior 提供 VChart 退场动画支持 ### Environment ```markdown...

bug

### Version latest ### Link to Minimal Reproduction https://visactor.io/vchart/demo/heatmap-chart/basic-heatmap ### Steps to Reproduce 1. 热力图图表应该默认自动填充图表宽高 2. 相邻色块之间需要默认相连,现在移除 region 配置布局就有问题 ### Current Behavior NA ### Expected Behavior NA ### Environment ```markdown...

bug

### Version 1.x & 2.x ### Link to Minimal Reproduction none ### Steps to Reproduce ```js const spec = { type: 'bar', data: [ { id: 'barData', values: [ {...

bug