VChart
VChart copied to clipboard
VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
[[中文版模板 / 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...
### Version 2.0.8 ### Link to Minimal Reproduction https://www.visactor.com/vchart/playground?specId=1936228481×tamp=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...
### 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": [ {...
[[中文版模板 / 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...
### 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,...
### 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:}...
### Version 2.0.6 ### Link to Minimal Reproduction null ### Steps to Reproduce https://www.visactor.com/vchart/playground?specId=9414230184×tamp=1761897044923&version=2.0.7&theme=light ### Current Behavior datazoom interaction not working ### Expected Behavior corrent interaction ### Environment ```markdown -...
### 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...
### 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',...