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

### Version 1.11.10 ### Link to Minimal Reproduction null ### Steps to Reproduce when datazoom on x-axis is configured, line will disappear if you select points of only one tick...

bug

### Version 1.11.11 ### Link to Minimal Reproduction 1.11.11 ### Steps to Reproduce import { isMobile } from 'react-device-detect'; import type { IAreaChartSpec } from '../../../../src/index'; // eslint-disable-next-line no-duplicate-imports import...

bug

### Version ~1.11.9 ### Link to Minimal Reproduction null ### Steps to Reproduce 1. use common chart with multiple dataset 2. only use data id in series.data and make data.values...

bug

### Version 1.19.5 ### Link to Minimal Reproduction null ### Steps to Reproduce const spec = { type: 'treemap', data: [ { id: 'data', values: [ { name: 'AggregateExpression', value:...

bug

设置小的bandSize发现展不开 ![image](https://github.com/user-attachments/assets/c4d98f4d-4849-4a8c-9655-51c3eb5866f9) 设置大的bandSize发现数据展示不全 ![image](https://github.com/user-attachments/assets/12d40b91-f2cc-4f9b-ab74-b73ac60b958d) 请问应该如何设置呢? 调整X轴时间间隔(打横展示),并且展示全

如果单个文件里面引入了 ![image](https://github.com/user-attachments/assets/111ee657-fd5d-40c3-8489-9810ca25dae4) 在微信开发工具里面编译不通过 请问一下有什么解决方法吗 ![image](https://github.com/user-attachments/assets/59c404a5-e0b3-4b54-8d13-67dcbb3290fc)

### Version 1.11.9 ### Link to Minimal Reproduction spec attched below ### Steps to Reproduce ```js const spec = { type: 'area', data: { values: [ { time: '2:00', value:...

bug

### Version 1.11.0 ### Link to Minimal Reproduction none ### Steps to Reproduce ``` { type: 'line', data: { values: [ { time: 1, value: 8 }, { time: 2,...

enhancement
good first issue

``` const IMAGEX_URL_PREFIX = 'https://p-file.bytedance.net/tos-cn-i-owbsiqhmhc'; const TooltipID = 'scatter-chart-tooltip-link'; const spec = { type: 'common', data: [ { id: 'data', values: scatterData } ], animationAppear: false, animationEnter: false, animationUpdate: false,...

### What problem does this feature solve? when the size of data is too large, `DataZoom`、`Brush`、`Scrollbar` should close `realTime` and use `throttle` by default. related issue: https://github.com/VisActor/VChart/issues/2745 ### What does...