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)
- Host: GitHub
- URL: https://github.com/ht-lucky/vue-ace
- Owner: ht-lucky
- Created: 2023-12-22T01:23:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T08:39:08.000Z (over 2 years ago)
- Last Synced: 2025-02-25T21:16:37.530Z (over 1 year ago)
- Topics: ace-editor, codemirror, echarts, javascript, vue2
- Language: JavaScript
- Homepage:
- Size: 4.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_');