1.1.8 • Published 2 years ago

vue-hxhchart v1.1.8

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

参考文档: http://markdown.p2hp.com/index.html

vue-hxhchart

兼容vue3的echarts渲染组件

安装插件

npm install vue-hxhchart
或:yarn add vue-hxhchart

引入并注册插件

// 全部引入
import hxhecharts from 'vue-hxhchart/' 
app.use(hxhecharts)
 
// 按需引入
import { hxhecharts } from "vue-hxhchart/";
app.use(hxhecharts);
 

在项目中使用(示例)

<hxhecharts :options="options"/>
1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago