echarts仪表盘基础
<template> <div id="myChart" :style="{ width: '1000px', height: '500px', border: '1px solid #090' }"></div></template><script>import * as echarts from 'echarts