11 2021 档案

摘要:谷歌插件下载:https://chrome.zzzmh.cn/info?token=nhdogjmejiglipccpnnnanhbledajbpd Npm ZIp包下载: 直接下载:https://libraries.io/search?q= 淘宝镜像(后面加你要下载的包名):http://reg 阅读全文 »
posted @ 2021-11-23 13:45 玛卡巴鉲 阅读(60) 评论(0) 推荐(0) 编辑
摘要:echarts 5.0 之后移除了包内的Map文件夹,导致需要你自己去搞Json数据。 当你拿到你需要的Json数据之后,如下代码就可以看到地图: import * as echarts from "echarts"; import china from "@/config/map/json/chi 阅读全文 »
posted @ 2021-11-12 16:57 玛卡巴鉲 阅读(525) 评论(0) 推荐(0) 编辑
摘要:1.要注意的重点是需要在option的series中设置一个额外的图数据:标红代码就是用来高亮的series。 const option2 = { series: [ { type: "pie", radius: "65%", }, { type: "pie", radius: "65%", lab 阅读全文 »
posted @ 2021-11-12 16:48 玛卡巴鉲 阅读(1323) 评论(0) 推荐(0) 编辑
摘要:import * as echarts from "echarts"; // echarts 5.0 itemStyle: { color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ { offset: 0, color: '#83bff6' 阅读全文 »
posted @ 2021-11-10 11:35 玛卡巴鉲 阅读(81) 评论(0) 推荐(0) 编辑
摘要:overflow: -moz-scrollbars-none; // IE -ms-overflow-style: none; // 火狐 &::-webkit-scrollbar { width: 0 !important; } 阅读全文 »
posted @ 2021-11-09 15:39 玛卡巴鉲 阅读(21) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示