上一页 1 ··· 9 10 11 12 13 14 15 下一页
摘要: 1.自由绘制地图网站——geojson.io 这张图是使用删除的时候选中的对象,可以一次删除多个,删除线条的时候要注意指针变成这个样子才是选中。 压缩geoJson的网站——mapshaper 本文所用的geoJson如下 // drawMap.geoJson { "type": "FeatureC 阅读全文
posted @ 2021-08-25 14:22 乐盘游 阅读(863) 评论(0) 推荐(0)
摘要: echarts用地图还挺复杂的, 先展示下成果,Make A Pie - 以厦门市为例做地区悬浮事件上浮效果 参考了这个老铁的作品,Make A Pie - echarts地图渲染(厦门市) 结合Echarts官网关于shadowBlur和它的小伙伴的介绍,Documentation - Apach 阅读全文
posted @ 2021-08-24 17:46 乐盘游 阅读(123) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-08-23 18:00 乐盘游 阅读(42) 评论(0) 推荐(0)
摘要: <template> <div class="home"> <div class="btnwrap"> <span class="brushColor" ref="brushColor"> <ColorPicker class="colorPicker" @on-active-change="upd 阅读全文
posted @ 2021-08-20 10:00 乐盘游 阅读(295) 评论(0) 推荐(0)
摘要: 老规矩先上代码 1 <template> 2 <div class="animate"> 3 <el-button 4 id="toggle" 5 @keyup.space.native 6 class="elBtn" 7 :class="{ active: isFirst && autoPlay 阅读全文
posted @ 2021-08-20 09:58 乐盘游 阅读(284) 评论(0) 推荐(0)
摘要: 老规矩先上代码, 1 <template> 2 <div class="animate"> 3 <canvas id="canvas" width="300" height="300"></canvas> 4 <el-button id="toggle">▷</el-button> 5 </div> 阅读全文
posted @ 2021-08-18 15:50 乐盘游 阅读(202) 评论(0) 推荐(0)
摘要: 插件两个 1个是panzoom timmywil/panzoom: A library for panning and zooming elements using CSS transforms (github.com) 1个是svg-sprite-loader npm install svg-sp 阅读全文
posted @ 2021-08-17 18:04 乐盘游 阅读(1017) 评论(0) 推荐(0)
摘要: <el-dropdown-menu slot="dropdown"> <el-dropdown-item command="1">更换背景</el-dropdown-item> <el-dropdown-item command="2">退出登录</el-dropdown-item> </el-dr 阅读全文
posted @ 2021-08-16 09:37 乐盘游 阅读(66) 评论(0) 推荐(0)
摘要: 安装axios... 在src/utils/axios.js(新建一个) /** * axios 配置 转载于(https: //segmentfault.com/a/1190000016680014) * (https://segmentfault.com/a/1190000013507743?u 阅读全文
posted @ 2021-08-10 14:56 乐盘游 阅读(178) 评论(0) 推荐(0)
摘要: 相比v4,v5有些许变动。我也没看官方文档,就对着浏览器开发者工具报错的地方一个一个调的,又综合了别人的经验,代码如下 放在drawPieAll function下 drawPieAll() { // myChart paint more times, it will warn if ( this. 阅读全文
posted @ 2021-08-04 17:50 乐盘游 阅读(457) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 下一页