VChart
VChart copied to clipboard
VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
### Version 1.10.2 ### Link to Minimal Reproduction vscreen ### Steps to Reproduce ```ts const computeTickCount = (args) => { const { axisLength, rangeSize, labelStyle } = args ?? {}...
### What problem does this feature solve? 问题canvas超出画布后会被裁剪。 与设计师讨论后,可以接受的方案:如果超出画布,则强制改变tooltip大小,使其能够恰好放置在画布内。   ### 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":...
https://www.visactor.io/vchart/guide/tutorial_docs/Chart_Concepts/marker 
参考 echarts: https://echarts.apache.org/zh/option.html#timeline - [ ] realtime拖动圆点的时候,是否实时更新视图。 - [ ] Step 类型播放器 
### What problem does this feature solve?  ### 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...
### What problem does this feature solve? 在 `ITooltipPattern` 层级添加 tooltip formatter,在用户想要沿用默认 tooltip title 和 content、又想改 tooltip 内容时可以不用手动重写 `ITooltipLinePattern` ### What does the proposed API look like? ``` export interface...