An open API service indexing awesome lists of open source software.

https://github.com/saber2pr/echarts2img-demo

测试html2canvas对echarts图表转换效果
https://github.com/saber2pr/echarts2img-demo

echarts html2canvas

Last synced: 1 day ago
JSON representation

测试html2canvas对echarts图表转换效果

Awesome Lists containing this project

README

          

# echarts2img-demo

测试 html2canvas 对 echarts 图表的转换效果

```bash
yarn start

yarn dev
```

# 转换效果

echarts 需要禁用动画,否则绘制不到数据。

```js
setOption({
animation: false
})
```