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?  Similar to above image,the bar graphs in the same group have different positions. ### What does the proposed API look like? By...
### 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...
复现步骤: 1、打开官网 demo : https://www.visactor.io/vchart/demo/heatmap-chart/basic-heatmap 2、手动调整分辨率,就可以看到每调整一下就闪一下 
### 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?  ### What does the proposed API look like? none
## 背景  ```ts fields:{ value: { sortIndex: 1, sortReverse: true } ``` sortIndex 属性在理解上有成本: `0 和 1 是什么?为什么要配置成 1`?在大部分场景,用户只是想针对一个字段进行排序,其实期望直接配置一个类似 [field]: {sort: 'desc' | 'asc' } 就好了。 ## 讨论
### 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   ### Expected Behavior It should describe the sampling characteristics of the...
### 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,...