VChart
VChart copied to clipboard
VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
### 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...
### 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...
### 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...
### Version 1.19.5 ### Link to Minimal Reproduction null ### Steps to Reproduce const spec = { type: 'treemap', data: [ { id: 'data', values: [ { name: 'AggregateExpression', value:...
设置小的bandSize发现展不开  设置大的bandSize发现数据展示不全  请问应该如何设置呢? 调整X轴时间间隔(打横展示),并且展示全
如果单个文件里面引入了  在微信开发工具里面编译不通过 请问一下有什么解决方法吗 
### 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:...
### Version 1.11.0 ### Link to Minimal Reproduction none ### Steps to Reproduce ``` { type: 'line', data: { values: [ { time: 1, value: 8 }, { time: 2,...
``` 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...