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

### 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? 解决了某些情况下希望坐标轴分布不均匀 例如: ![image](https://github.com/user-attachments/assets/76b84bc7-5dbd-447e-aa2c-6755d7151df1) ### What does the proposed API look like? axes.xxx 支持传入一个数组,数组数量是坐标轴数量,数组中的item可以为坐标对应的value(或者其他)

### What problem does this feature solve? 请问下轴标签如何设置密集一点且能自适应,不重叠? 1、设置自动隐藏属性,如图: ![img_v3_02dh_c1698fcc-12bf-41d8-bfa7-ff5c4d13a56g](https://github.com/user-attachments/assets/aadc49fa-0f1d-4897-8270-6df3fc5cc157) 2、取消自动隐藏属性,如图: ![img_v3_02dh_0d63abcc-b56f-4baa-b09d-8ced909f63eg](https://github.com/user-attachments/assets/0ba8f9c5-d165-464a-9b6d-6fc7355d5c78) 3、期望效果:期望轴标签斜着的时候也能达到竖着时候的自适应效果。如图: ![img_v3_02dh_25ceca1e-3694-4b7b-ba36-858e25b2abbg](https://github.com/user-attachments/assets/589a97b0-7fc2-4c94-868d-23cc5bea63df) ![img_v3_02dh_b168d4fb-e01e-40de-9068-f3d17dfa51ag](https://github.com/user-attachments/assets/39ca326b-90f3-4240-bc6a-cda6e22c0d40) 配置如下: ```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:...

bug

### 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",...

bug

### Version 1.11.10 ### Link to Minimal Reproduction 无法提供链接 ### Steps to Reproduce ![image](https://github.com/user-attachments/assets/435d22d1-8cd7-4b99-84af-6166dcd12aa3) ### Current Behavior 当弹窗弹出来的时候,图表一直在最上面 ![image](https://github.com/user-attachments/assets/096c36b3-9618-4ef4-b194-fedb36128540) https://github.com/user-attachments/assets/dd9155dc-fb83-423f-b002-7c8fa08d1a09 ### Expected Behavior 当弹窗弹窗的时候 图表应该居于弹窗下面 ### Environment ```markdown window10 ```...

bug

### Version 1.11.9 ### Link to Minimal Reproduction no ### Steps to Reproduce ![image](https://github.com/user-attachments/assets/b21cb76a-bda8-441b-b59b-73eadd9e37a9) ### Current Behavior I encountered a large abnormal event while dragging datazoom ### Expected Behavior Display...

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
chore
typescript
docs

### 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...

vchart
chore
typescript