vue 使用echarts
效果图
<template>
<div id="report" style="width: 1200px;height: 700px;"></div>
</template>
<script>
// 引入基本模板
import * as echarts from 'echarts/lib/echarts'
// 引入柱状图组件
// 引入提示框和title组件
import {GridComponent, LegendComponent
原创
2022-02-11 10:38:32 ·
648 阅读 ·
0 评论