datacenter-report-front
v1.1.29
Published
A EChartsComponent project
Downloads
39
Readme
安装
npm i datacenter-report-front --save
使用
//main文件中引入
import datacenterReportFront from 'datacenter-report-front'
Vue.use(datacenterReportFront)
//在vue使用组件
<datacenter-report-front
:screen-id="3"
:chart-width="800"
:chart-height="600"
// :screen-id='3' //传入图表id,必填
// :chart-width="800" //传入图表宽度,非必填
// :chart-height="600" //传入图表高度,非必填
></datacenter-report-front>