随笔分类 -  echarts 数据可视化

摘要:代码: <template> <div id="app"> <div @click="initMap" id="main"></div> <div @click="reLoad" class="re-load"> <i class="el-icon-refresh-right"></i> </div 阅读全文
posted @ 2021-02-03 18:07 伟笑 阅读(5332) 评论(0) 推荐(1)
摘要:代码: <template> <div class="amapBox"> <el-amap class="amap-box" :vid="'hunan-amap'" :plugin="plugin" :center="mapCenter" :events="events" ref="map" :am 阅读全文
posted @ 2021-02-03 10:14 伟笑 阅读(985) 评论(0) 推荐(0)
摘要:下面是配置项: barsOptions: { color: ["#ffdf25", "#36a9ce", "#d0e17d"], tooltip: { trigger: "axis", axisPointer: { type: "shadow", }, }, legend: { data: ["苯" 阅读全文
posted @ 2021-02-01 17:07 伟笑 阅读(1467) 评论(0) 推荐(0)