随笔分类 -  echarts&&Map

图标和地图相关组件
摘要:相关参考网址:https://leafletjs.cn/reference.html#map-example 区域回显:https://kklimczak.github.io/Leaflet.Pin/; https://blog.csdn.net/BADAO_LIUMANG_QIZHI/articl 阅读全文
posted @ 2024-01-29 11:06 xuelin 阅读(656) 评论(0) 推荐(0)
摘要:注意事项: 项目中安装的echarts版本必须是4.9.0 "echarts": "^4.9.0", "echarts-countries-js": "^1.0.5", "echarts-gl": "^1.1.2", 展示的相关区县官方json文件的获取方法: 打开: http://datav.al 阅读全文
posted @ 2024-01-29 10:51 xuelin 阅读(1080) 评论(0) 推荐(0)
摘要:组件代码: <template> <!-- 柱状图 横向滚动柱状图 --> <div :id="histogramId" v-bind:style="{height:height,width:width}"></div> </template> <script type="text/ecmascri 阅读全文
posted @ 2024-01-29 10:44 xuelin 阅读(28) 评论(0) 推荐(0)
摘要:相关组件代码: <template> <!-- 柱状图 横向滚动柱状图 --> <div :id="histogramId" v-bind:style="{height:height,width:width}"></div> </template> <script type="text/ecmasc 阅读全文
posted @ 2024-01-29 10:42 xuelin 阅读(42) 评论(0) 推荐(0)
摘要:相关代码: /* * @Author: wxl * @Date: 2022-11-04 08:22:23 * @Last Modified by: wxl * @Last Modified time: 2022-12-12 17:32:58 */ <template> <!-- 饼图 --> <di 阅读全文
posted @ 2024-01-29 10:37 xuelin 阅读(40) 评论(0) 推荐(0)
摘要:/* * @Author: wxl * @Date: 2022-11-04 08:22:23 * @Last Modified by: wxl * @Last Modified time: 2022-12-12 17:32:58 */ <template> <!-- 饼图 四分之三圆--> <div 阅读全文
posted @ 2024-01-29 10:35 xuelin 阅读(22) 评论(0) 推荐(0)
摘要:<template> <!-- 这是新版的相对应的颜色列表的UI --> <div class="bllockListShow"> <div class="pieList" v-for="(item,index) in dataArr" :key="index" @click="clickUptow 阅读全文
posted @ 2024-01-29 10:34 xuelin 阅读(14) 评论(0) 推荐(0)
摘要:组件代码: <template> <!-- 饼图 --> <div :id="histogramId" v-bind:style="{height:height,width:width}"></div> </template> <script src="https://unpkg.com/echar 阅读全文
posted @ 2024-01-29 10:32 xuelin 阅读(79) 评论(0) 推荐(0)