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? ![img_v3_02bj_0abc5184-051e-477e-9cc6-3b203d18ee5g](https://github.com/VisActor/VChart/assets/2384516/88dc84fd-bfbb-4850-8513-ef918d7f5b1d) Similar to above image,the bar graphs in the same group have different positions. ### What does the proposed API look like? By...

good first issue

### Version ^1.11.2 ### Link to Minimal Reproduction https://jsfiddle.net/c207a54n/ ### Steps to Reproduce No interactioin required, open the link and you will see that. 1. create a basic VChart, type...

bug

复现步骤: 1、打开官网 demo : https://www.visactor.io/vchart/demo/heatmap-chart/basic-heatmap 2、手动调整分辨率,就可以看到每调整一下就闪一下 ![image](https://github.com/VisActor/VChart/assets/20121525/accba661-ee5d-4b47-9fcb-6c5dd272356c)

### What problem does this feature solve? active point should follow tooltip events ### What does the proposed API look like? ``` { dimensionHover?: { trigger?: 'hover' | 'tooltip' }...

### What problem does this feature solve? 轴的min设置在有datazoom后会失效,导致期望使用min + tickstep达成的效果出现错误 ``` const spec = { "type": "rangeColumn", "data": [ { "id": "ArrangeableTasksAsGanttChartData", "values": [ { "Id": 1124, "TaskName": "公共服务DNSToB交付", "TaskStartTime":...

### What problem does this feature solve? ![image](https://github.com/VisActor/VChart/assets/15776277/7c8fc07f-090e-4824-ac93-3c143c371da1) ### What does the proposed API look like? none

## 背景 ![img_v2_ba3f0b93-7982-4321-875a-f7d815b0c83g](https://github.com/VisActor/VChart/assets/135952300/1d2d912c-43d0-44f6-9b4a-e94caef49497) ```ts fields:{ value: { sortIndex: 1, sortReverse: true } ``` sortIndex 属性在理解上有成本: `0 和 1 是什么?为什么要配置成 1`?在大部分场景,用户只是想针对一个字段进行排序,其实期望直接配置一个类似 [field]: {sort: 'desc' | 'asc' } 就好了。 ## 讨论

add docs about `innerOffset` in chart options

docs

### Version 1.11.1 ### Link to Minimal Reproduction https://www.visactor.io/vchart/option/barChart#sampling ### Steps to Reproduce https://www.visactor.io/vchart/option/barChart#sampling ### Current Behavior ![image](https://github.com/VisActor/VChart/assets/2384516/ac64e1e2-2beb-46d1-8ccd-632aea6e4550) ![image](https://github.com/VisActor/VChart/assets/2384516/cdaa5a12-9e6c-46d2-b43f-d3702bfb50d0) ### Expected Behavior It should describe the sampling characteristics of the...

bug
docs

### Version 1.12.6 ### Link to Minimal Reproduction none ### Steps to Reproduce ```js const spec = { type: 'common', height: 500, layout: { type: 'grid', col: 2, row: 5,...

bug