Feifei

Results 36 issues of 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',...

good first issue

[[中文版模板 / 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

### What problem does this feature solve? 目前饼图外部标签的布局算法,会将标签分类到左右半圆分别布局,会导致如下的 badcase。 即右侧看似有很大空间,但是顶部的部分标签依然被隐藏了。 ![Image](https://github.com/user-attachments/assets/fe069de9-a3cc-45a0-b47e-1b512ff43ae5) 图表配置如下: ```js const spec = { type: 'pie', width: 800, height: 500, data: [ { id: 'id0', values: [...

enhancement

### What problem does this feature solve? ![Image](https://github.com/user-attachments/assets/96f5a619-58f0-4c39-a9f9-b9cccca06acf) ### What does the proposed API look like? 一种 mermaid 语法转 vchart spec 的插件

up for grabs

[[中文版模板 / 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
docs

### What problem does this feature solve? 雷达图拐点处支持圆角。 最理想的期望是最后的:根据角度弧度会不同 其次降级方案是中间的:统一有个最小的弧度,尽量别出现过于尖锐的尖头 ![image](https://github.com/user-attachments/assets/519c3c10-a6ab-43c7-a9ee-15bf9675869a) ![image](https://github.com/user-attachments/assets/697f5a7b-5e91-425f-b088-99cacc1323f2) ### 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...

vchart

### 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,...

bug

### Version all ### Link to Minimal Reproduction none ### Steps to Reproduce ```js const spec = { type: 'line', data: [ { id: 'line', values: [ { x: 'Round...

bug

### Version 1.x & 2.x ### Link to Minimal Reproduction none ### Steps to Reproduce ```js const spec = { type: 'common', seriesField: 'color', data: [ { id: 'id0', values:...

bug