VChart
VChart copied to clipboard
VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
### What problem does this feature solve? 1. 能够监听region内的事件 2. 能够监听非region区域的事件 ### What does the proposed API look like? ``` vchart.on('click', { level: 'model', type: 'region' }, (e) => {...
### Version 1.13.5 ### Link to Minimal Reproduction bug ### Steps to Reproduce 暂时不提供 ### Current Behavior  代码如下: import { View } from '@tarojs/components'; import Taro from '@tarojs/taro'; import...
### What problem does this feature solve?  ### What does the proposed API look like? 一种 mermaid 语法转 vchart spec 的插件
[[中文版模板 / 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...
### What problem does this feature solve? 双轴图场景,当有轴只有对应一组数据时,期望图例点击时,不要改变轴的区间。现在会变成 0-1,看起比较奇怪。 ### What does the proposed API look like? // 增加配置允许轴对应筛选前的数据 domainCollect: 'view' | 'raw'
### What problem does this feature solve?   优化点: 当最大的数字有多个的时候,尝试寻找只有单个的数字上 ### What does the proposed API look like? no new api
### Version 1.13.3 ### Link to Minimal Reproduction 1.13.3 ### Steps to Reproduce lynx环境,展示tooltip ### Current Behavior  ### Expected Behavior tooltip的文字不偏移 ### Environment ```markdown - OS: - Browser: -...
### What problem does this feature solve? 雷达图拐点处支持圆角。 最理想的期望是最后的:根据角度弧度会不同 其次降级方案是中间的:统一有个最小的弧度,尽量别出现过于尖锐的尖头   ### What does the proposed API look like? curveType 下新增配置项
### Version @visactor/vchart : "1.13.3-alpha.2" ### Link to Minimal Reproduction null ### Steps to Reproduce [area-label.txt](https://github.com/user-attachments/files/18409701/area-label.txt) ### Current Behavior  ### Expected Behavior totalLabel和label同时显示,无被隐藏项 ### Environment ```markdown - OS: -...