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.10.2 ### Link to Minimal Reproduction vscreen ### Steps to Reproduce ```ts const computeTickCount = (args) => { const { axisLength, rangeSize, labelStyle } = args ?? {}...

bug

### What problem does this feature solve? 问题canvas超出画布后会被裁剪。 与设计师讨论后,可以接受的方案:如果超出画布,则强制改变tooltip大小,使其能够恰好放置在画布内。 ![image](https://github.com/VisActor/VChart/assets/40675330/22ae51f9-5073-4920-a6d7-0e2ee3a316a0) ![image](https://github.com/VisActor/VChart/assets/40675330/c75b9325-385d-4f11-834e-797b111016dd) ### What does the proposed API look like? null

柱状图支持堆叠柱整体 clip 后,优化线性进度图的 clip 逻辑: - 去掉 vchart 层插入的 group mark - 继承 bar 系列,尽可能复用 bar 逻辑

### Version 1.9.0 ### Link to Minimal Reproduction vscreen ### Steps to Reproduce ```ts const spec = { "type": "common", "region": [ { "clip": true, "id": "mainRegion" }, { "id":...

bug

https://www.visactor.io/vchart/guide/tutorial_docs/Chart_Concepts/marker ![image](https://github.com/VisActor/VChart/assets/15776277/6891479a-7be5-4f88-834c-b0cee6cf8459)

参考 echarts: https://echarts.apache.org/zh/option.html#timeline - [ ] realtime拖动圆点的时候,是否实时更新视图。 - [ ] Step 类型播放器 ![Image](https://github.com/VisActor/VChart/assets/135952300/883201c5-671d-4bfb-91cd-597be59b5e49)

### What problem does this feature solve? ![image](https://github.com/VisActor/VChart/assets/40675330/fc85e684-94c1-4acd-9799-ee8327822a82) ### What does the proposed API look like? null

### Version 1.2.0 ### Link to Minimal Reproduction https://www.visactor.io/vchart/option/circlePackingChart#label.style.text(string%7Cnumber%7Cstring%5B%5D) ### Steps to Reproduce https://www.visactor.io/vchart/option/circlePackingChart#label.style.text(string%7Cnumber%7Cstring%5B%5D) ### Current Behavior There`s no text color config in the CirclePacking chart api document ### Expected...

good first issue
docs

### What problem does this feature solve? 在 `ITooltipPattern` 层级添加 tooltip formatter,在用户想要沿用默认 tooltip title 和 content、又想改 tooltip 内容时可以不用手动重写 `ITooltipLinePattern` ### What does the proposed API look like? ``` export interface...