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? 当geoJson乱码时,地图正常渲染 ### What does the proposed API look like? 当geoJson乱码时,地图正常渲染

[[中文版模板 / Chinese template](https://github.com/VisActor/VChart/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] ### 🤔 This is a ... - [ ] New feature - [x] Bug fix - [ ] TypeScript definition update - [ ] Bundle size...

vchart
chore

[[中文版模板 / 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
bundler
eslint

### Version 1.11.0 ### Link to Minimal Reproduction -- ### Steps to Reproduce ```ts const getData = () => ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'].map(time => ({ time, value: Math.random() *...

bug
good first issue

### What problem does this feature solve? 当配置了loop时,用户触发前进或后退按钮时,index可以循环递进 场景如下: ![20240515233717_rec_](https://github.com/VisActor/VChart/assets/40675330/84cf8656-4a07-439d-a341-893179ecd046) ### What does the proposed API look like? null

### Version 1.11.0 ### Link to Minimal Reproduction none ### Steps to Reproduce const spec = { "type": "common", "data": [ { "id": "data", "values": [ { "time": "2024-03-30", "value":...

bug

### Version 1.11.0 ### Link to Minimal Reproduction - ### Steps to Reproduce ```js const spec = { type: 'sankey', data: [ { values: [ { nodes:[ { "key": "A",...

bug

Taro-vchart小程序层级问题怎么解决

## 1. 进度条的实现方式需要重构 现在进度条和背景条的宽度是一样,通过往左偏移实现进度条的效果 ![img_v3_02as_9f5138be-3b23-4d3a-9490-2fc43d7fbeag](https://github.com/VisActor/VChart/assets/6111424/b5a23bd6-2309-4ec5-a36d-c76f076256f3) 带来的问题: * 当使用`extension-mark`在终点绘制节点的时候,动画不一致 ``` const spec4 = { type: 'linearProgress', tooltip: { visible: false }, data: [ { id: 'id0', values: [ { type: 'Tradition...