VChart
VChart copied to clipboard
VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
[[中文版模板 / 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]...
### Version 1.12.6 ### Link to Minimal Reproduction 1.12.6 ### Steps to Reproduce ``` const currentYear = '2024'; const spec = { "type": "line", "data": { "values": [ { "Date":...
### 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  ### Expected Behavior scroll interaction will work ### Environment ```markdown - OS:...
### Version 1.12.6 ### Link to Minimal Reproduction none ### Steps to Reproduce ``` const spec = { type: 'area', data: { values: [ { time: '2:00', value: 8 },...
[[中文版模板 / 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...
### 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 },...
如题,容器的高度可调整,图表挂载的dom 是根据容器高度自适应的,当容器高度发生快速变化时,图表内容绘制出错,但是控制台没有错误抛出。  可以看到,挂在的容器 dom 高度是有的,但是canvas 内容没出来。  用户的设置信息如下: 
### 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',...
### What problem does this feature solve? Optimize the legend usage experience to be more intuitive. ### What does the proposed API look like? none
### 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  ### Expected Behavior could show all items ### Environment ```markdown - OS:...