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

[[中文版模板 / Chinese template](https://github.com/VisActor/VChart/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... 重构内容: 重构前: tooltip之前需要 tooltipPattern 解析 => tooltip Actual 解析 => tooltip attributes 解析,每步解析都有一些默认值处理、合并数据处理、过滤数据处理 重构后: 合并pattern 和 actual 的解析逻辑,统一一步,做好数据解析和过滤 - [x]...

vchart
typescript

### Version 1.12.6 ### Link to Minimal Reproduction 1.12.6 ### Steps to Reproduce ``` const currentYear = '2024'; const spec = { "type": "line", "data": { "values": [ { "Date":...

bug

### Version 1.11.6 ### Link to Minimal Reproduction tea ### Steps to Reproduce [scrollbar-case.txt](https://github.com/user-attachments/files/17160830/scrollbar-case.txt) ### Current Behavior ![20240927154701_rec_](https://github.com/user-attachments/assets/eb6411d3-95e8-459e-af19-fb5e725cd90f) ### Expected Behavior scroll interaction will work ### Environment ```markdown - OS:...

bug
online

### Version 1.12.6 ### Link to Minimal Reproduction none ### Steps to Reproduce ``` const spec = { type: 'area', data: { values: [ { time: '2:00', value: 8 },...

bug

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

vchart
chore
react-vchart
docs
openinula-vchart

### Version 1.12.6 ### Link to Minimal Reproduction use the spec below ### Steps to Reproduce ```js const data = [ { city: 'City A', type: 'fruit', value: 14500 },...

bug

如题,容器的高度可调整,图表挂载的dom 是根据容器高度自适应的,当容器高度发生快速变化时,图表内容绘制出错,但是控制台没有错误抛出。 ![可视化组件兼容](https://github.com/user-attachments/assets/afad1af5-843a-4cb6-af57-c7f8bb961968) 可以看到,挂在的容器 dom 高度是有的,但是canvas 内容没出来。 ![image](https://github.com/user-attachments/assets/6dda4616-2b69-4bfc-b86f-5da9fcbc3511) 用户的设置信息如下: ![image](https://github.com/user-attachments/assets/7ab4a17c-82f0-4929-9355-486e6959f613)

### Version 1.12.5 ### Link to Minimal Reproduction feishu ### Steps to Reproduce ```ts const spec = { type: 'wordCloud', // 待申请新外网可访问的存储空间后更换 maskShape: 'https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/log.jpeg', nameField: 'challenge_name', valueField: 'sum_count', seriesField: 'challenge_name',...

bug

### What problem does this feature solve? Optimize the legend usage experience to be more intuitive. ### What does the proposed API look like? none

enhancement
bp

### Version 1.12.2 ### Link to Minimal Reproduction null ### Steps to Reproduce https://www.visactor.io/vchart/demo/legend/scrollbar?version=1.11.13 ### Current Behavior ![image](https://github.com/user-attachments/assets/a6197394-7c56-46ae-8164-e5c49503fc1c) ### Expected Behavior could show all items ### Environment ```markdown - OS:...

bug