Feifei
Feifei
### What problem does this feature solve? tooltip 和 crosshair trigger 配置目前在主题不生效,期望支持 ```js const markLineValue = 10000; const spec = { type: 'line', theme:{ component:{ tooltip:{ trigger:'click', panel:{ backgroundColor: '#eee',...
[[中文版模板 / 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? 目前饼图外部标签的布局算法,会将标签分类到左右半圆分别布局,会导致如下的 badcase。 即右侧看似有很大空间,但是顶部的部分标签依然被隐藏了。  图表配置如下: ```js const spec = { type: 'pie', width: 800, height: 500, data: [ { id: 'id0', values: [...
### 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? 雷达图拐点处支持圆角。 最理想的期望是最后的:根据角度弧度会不同 其次降级方案是中间的:统一有个最小的弧度,尽量别出现过于尖锐的尖头   ### What does the proposed API look like? curveType 下新增配置项
[[中文版模板 / 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 none ### Steps to Reproduce ```js const spec = { type: 'common', padding: 10, layout: { type: 'grid', col: 2, row: 5,...
### Version all ### Link to Minimal Reproduction none ### Steps to Reproduce ```js const spec = { type: 'line', data: [ { id: 'line', values: [ { x: 'Round...
### Version 1.x & 2.x ### Link to Minimal Reproduction none ### Steps to Reproduce ```js const spec = { type: 'common', seriesField: 'color', data: [ { id: 'id0', values:...