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 2.0.3 ### Link to Minimal Reproduction https://visactor.github.io/VSeed/galley/dataConfig/dataset.html ### Steps to Reproduce click legend ### Current Behavior animation incorrect ### Expected Behavior https://visactor.github.io/VSeed/galley/dataConfig/dataset.html ### Environment ```markdown - OS: -...

bug

[[中文版模板 / Chinese template](https://github.com/VisActor/VChart/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [X] New feature - [ ] Bug fix - [ ] TypeScript definition update - [ ] Bundle size...

vchart
chore
typescript
react-vchart
docs
openinula-vchart

### Version 2.0.4 ### Link to Minimal Reproduction 2.0.4 ### Steps to Reproduce 复现代码,点击“点击”文字 ``` const root = document.getElementById(CONTAINER_ID); const { VChart, FunnelChart, Pie, Legend, VChartCore } = ReactVChart; const...

bug

### Version 2.0.4 ### Link to Minimal Reproduction 2.0.4 ### Steps to Reproduce 点击“点击”文字后,快速拖拽datazoom ``` const root = document.getElementById(CONTAINER_ID); const { VChart, FunnelChart, Pie, Legend, VChartCore } = ReactVChart; const...

bug

### Version latest ### Link to Minimal Reproduction https://visactor.io/vchart/demo-react/usage/line-default-select ### Steps to Reproduce 添加如下配置 ``` tooltip: { trigger: 'click', tooltipRender: () => { return 123 } }, ``` click触发tooltip渲染 ###...

bug

### Version 2.x ### Link to Minimal Reproduction NA ### Steps to Reproduce ```ts const spec = { "direction": "vertical", "type": "common", "color": [ "#0A345E", "#18ADED", "#A6A7AD", "#1A82EB", "#74CEF4", "#E1E2E4",...

bug

### Version 2.x ### Link to Minimal Reproduction NA ### Steps to Reproduce ### Current Behavior NA ### Expected Behavior NA ### Environment ```markdown - OS: - Browser: - Framework:...

bug

### Version 2.0.0 ### Link to Minimal Reproduction null ### Steps to Reproduce ```js const getData = () => ['2:00', '4:00', '6:00', '8:00', '10:00', '12:00', '14:00', '16:00', '18:00'].map(time => ({...

bug
high priority

### Version 2.0.0 ### Link to Minimal Reproduction null ### Steps to Reproduce demo: https://codesandbox.io/p/sandbox/visactor-vchart-react-demo-forked-87l6rk?file=%2Fsrc%2FApp.tsx%3A27%2C3 click multiple times on legend: ### Current Behavior ### Expected Behavior no error ### Environment...

bug

### Version 2.0.0 ### Link to Minimal Reproduction null ### Steps to Reproduce ```ts const spec = { type: 'line', data: { values: [ { time: '2:00', value: 8 },...

bug