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? 当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...
[[中文版模板 / 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...
### 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() *...
### What problem does this feature solve? 当配置了loop时,用户触发前进或后退按钮时,index可以循环递进 场景如下:  ### 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":...
### Version 1.11.0 ### Link to Minimal Reproduction - ### Steps to Reproduce ```js const spec = { type: 'sankey', data: [ { values: [ { nodes:[ { "key": "A",...
Taro-vchart小程序层级问题怎么解决
## 1. 进度条的实现方式需要重构 现在进度条和背景条的宽度是一样,通过往左偏移实现进度条的效果  带来的问题: * 当使用`extension-mark`在终点绘制节点的时候,动画不一致 ``` const spec4 = { type: 'linearProgress', tooltip: { visible: false }, data: [ { id: 'id0', values: [ { type: 'Tradition...