VChart
VChart copied to clipboard
VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
### What problem does this feature solve? Right now, when I put inner offset on my time axis to make my graph look smaller and shift my labels inwards, i.e...
### What problem does this feature solve? 解决了某些情况下希望坐标轴分布不均匀 例如:  ### What does the proposed API look like? axes.xxx 支持传入一个数组,数组数量是坐标轴数量,数组中的item可以为坐标对应的value(或者其他)
### What problem does this feature solve? 请问下轴标签如何设置密集一点且能自适应,不重叠? 1、设置自动隐藏属性,如图:  2、取消自动隐藏属性,如图:  3、期望效果:期望轴标签斜着的时候也能达到竖着时候的自适应效果。如图:   配置如下: ```javascript const response = await fetch('https://lf9-dp-fe-cms-tos.byteorg.com/obj/bit-cloud/stocks.json'); const data = await response.json(); const spec =...
### Version no ### Link to Minimal Reproduction no need ### Steps to Reproduce ``` const spec = { type: "area", animation: true, color: { specified: { A: "#FFA41A", B:...
### Version 1.11.10 ### Link to Minimal Reproduction none ### Steps to Reproduce ```js const spec = { type: "pie", width: 600, height: 426, title: { text: "DV chart title",...
### Version 1.11.10 ### Link to Minimal Reproduction 无法提供链接 ### Steps to Reproduce  ### Current Behavior 当弹窗弹出来的时候,图表一直在最上面  https://github.com/user-attachments/assets/dd9155dc-fb83-423f-b002-7c8fa08d1a09 ### Expected Behavior 当弹窗弹窗的时候 图表应该居于弹窗下面 ### Environment ```markdown window10 ```...
### Version 1.11.9 ### Link to Minimal Reproduction no ### Steps to Reproduce  ### Current Behavior I encountered a large abnormal event while dragging datazoom ### Expected Behavior Display...
[[中文版模板 / 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? extends the spec of cartesian charts like scatter plot, bar chart, line chart to support error bar. reference: https://plotly.com/python/error-bars/ This is an extension...
[[中文版模板 / 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...