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

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

### Version 2.0.8 ### Link to Minimal Reproduction https://www.visactor.com/vchart/playground?specId=1936228481&timestamp=1762516805521&version=2.0.8&theme=light ### Steps to Reproduce set value over maxValue ### Current Behavior Progress has not exceeded one full cycle ### Expected Behavior...

bug

### Version 2.0.7 ### Link to Minimal Reproduction no ### Steps to Reproduce ``` { "type": "line", "direction": "vertical", "xField": "__Dim_X__", "yField": "__MeaValue__", "seriesField": "__Dim_ColorId__", "padding": 0, "region": [ {...

bug

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

### What problem does this feature solve? 在图表助手上支持单标签的显示隐藏,这里遇到了一个问题,如果图表标签因为防重叠没有展示,我目前没有办法开启,因为这个标签根本没有绘制,期望能够支持一个钩子可以让用户指定忽略那个 label ### What does the proposed API look like? NA

### Version 2.0.4 ### Link to Minimal Reproduction no ### Steps to Reproduce ``` const spec = { "type": "bar", "direction": "horizontal", "yField": "__Dim_Y__", "xField": "__MeaValue__", "seriesField": "__Dim_ColorId__", "padding": 0,...

bug
high priority

### Documentation Title or Section - time axis - how to use & set formatter - axis.label.formatter - why has to use `label` to be the formatter key ,like {label:}...

docs

### Version 2.0.6 ### Link to Minimal Reproduction null ### Steps to Reproduce https://www.visactor.com/vchart/playground?specId=9414230184&timestamp=1761897044923&version=2.0.7&theme=light ### Current Behavior datazoom interaction not working ### Expected Behavior corrent interaction ### Environment ```markdown -...

bug

### Version 2.0.0 ### Link to Minimal Reproduction https://visactor.com/vchart/guide/tutorial_docs/Progressive_Render?version=2.0.0 ### Steps to Reproduce https://visactor.com/vchart/guide/tutorial_docs/Progressive_Render?version=2.0.0 ### Current Behavior render error ### Expected Behavior charts can be normally rendered ### Environment ```markdown...

bug

### Version 1 ### Link to Minimal Reproduction 1 ### Steps to Reproduce https://visactor.io/vchart/demo/box-plot/basic-box-plot ``` const data = [ { id: 'boxPlot', } ]; const spec = { type: 'boxPlot',...

bug