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.11.9 ### Link to Minimal Reproduction none ### Steps to Reproduce [a.txt](https://github.com/user-attachments/files/16498660/a.txt) ### Current Behavior ![image](https://github.com/user-attachments/assets/89a86f4b-347e-4ea5-8b14-e50913552c33) ### Expected Behavior 显示完整 ### Environment ```markdown - OS: - Browser: -...

bug

### What problem does this feature solve? Allows the user to get the time when word cloud chart rendering is completed. ### What does the proposed API look like? 'afterWordCloudDraw'

### Version 1.11.10 ### Link to Minimal Reproduction 1.11.10 ### Steps to Reproduce ``` const radius = 0.8; const spec = { type: 'circularProgress', data: [ { id: 'id0', values:...

bug
good first issue

Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true.https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-will-read-frequently

### Version 1.11.8 ### Link to Minimal Reproduction https://www.visactor.io/vchart/demo/area-chart/smoothed-area ### Steps to Reproduce const spec = { type: 'area', padding: 0, axes: [{ orient: 'left', visible: false }, { orient:...

bug

我正在使用taro开发微信小程序 如何实现按需加载呢 我看了按需加载的相关文档,但是不太明白。我是安装taro-vchart 还是安装 vchart 我试着对着react-vchart 部分进行修改还是会报错 请问可以给出一个大概的步骤吗 谢谢啦

vchart 的 tooltip 一共有两种自动消失的逻辑: - 鼠标从 canvas 移出,自动隐藏当前图表 tooltip; - 在 enterable 情况下,鼠标可以挪到 tooltip 上,如果 tooltip 一半在图表内一半在外,那么鼠标从 tooltip 直接移到图表外也会自动隐藏 tooltip。 这个问题是,如果: - tooltip 一半在图表内一半在外 - 鼠标刚好在图表外的那半截 tooltip 上交互(如点击) - 在对...

### Version 1.12.0-alpha.6 ### Link to Minimal Reproduction none ### Steps to Reproduce - [ ] maskShape 为 `geometric`,将填充色设置为透明时,报错 ```ts maskShape: { type: 'geometric', shape: 'diamond', fill: 'transparent' }, ```...

bug

### Proposal Provide an chart instance API similar to `dispatchAction` so as to consolidate component behavior APIs. 提供类似于 `dispatchAction` 的 实例接口,收拢 vchart 上目前提供的组件行为 API ### Background vchart 实例上有若干和组件行为相关的 API: -...

enhancement