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

### Version 1.13.11 ### Link to Minimal Reproduction aeolus ### Steps to Reproduce null ### Current Behavior 1. 拖动brush,未超过阈值,图表会“闪” ![Image](https://github.com/user-attachments/assets/a5239517-341c-4a52-b36a-1d501d25b879) 2. 声明brush后,图元无法交互 ![Image](https://github.com/user-attachments/assets/d1c0c72d-31b2-40a2-933a-b7dc11510d0e) 3. 框选后, 点击图表外部, brush不消失 4. 仪表盘编辑页缩放比例设置为50%,框选时, 鼠标的起点位置不正确...

bug
high priority

### Version 1.12.14 ### Link to Minimal Reproduction null ### Steps to Reproduce ```js function formatNumberToTenThousand(num, decimalPlaces = 2, unitStyle) { if (typeof num !== 'number') { return '-'; //...

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

docs

### What problem does this feature solve? 气泡图点击放大的交互,其他气泡缩小的时候会遮罩在放大图上方,肉眼看上去会有闪烁的感觉,体验较差。 ### What does the proposed API look like? 气泡图点击放大时,置于最上方的图层。 https://visactor.io/vchart/demo/circle-packing-chart/bubble-circle-packing

# 🔍 相关 issue fix #1971 # 📝 更改内容 - 完善了饼图 cornerRadius 属性的文档说明 - 详细说明了取值范围及效果 - 补充了与 pie.style.cornerRadius 的区别 - 添加了性能考虑和使用建议 - 同步更新了中英文文档 # 📋 检查清单 - [x] 文档格式规范 -...

docs

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

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

vchart