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

https://github.com/ht-lucky/vue-ace

vue2 项目使用ace 编辑器搭建的一个在线编辑echarts图表项目(项目含有大量自定义图表demo)
https://github.com/ht-lucky/vue-ace

ace-editor codemirror echarts javascript vue2

Last synced: 4 months ago
JSON representation

vue2 项目使用ace 编辑器搭建的一个在线编辑echarts图表项目(项目含有大量自定义图表demo)

Awesome Lists containing this project

README

          

# echarts-vue2 ace-edotor

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

## master 分支
```
echartsEdit 编辑器目录
echartsEdit demoAce ace编辑器
echartsEdit dics 公用字典文件
echartsEdit echarts echart方法集合(含有多个特殊图表案例)
```
## 去除已渲染echarts 的id 可以重新渲染 (解决h5 echarts 第二次不渲染的问题)
document.getElementById("echarts-part2").removeAttribute('_echarts_instance_');
document.getElementById("echarts-part3").removeAttribute('_echarts_instance_');