08 2019 档案

摘要:下载echarts2和echarts4的源码,然后在index.html中 1.先引入echarts4版本 2.然后引入echarts2版本 并且将echarts2源码中所有echarts 替换为echarts2 使用的时候 如果需要使用版本4 如果要使用版本2 阅读全文
posted @ 2019-08-19 10:15 飞尽堂前燕 阅读(922) 评论(0) 推荐(0)
摘要:pointSize这个属性在echarts 官方文档上并没有找到,但是源码中的确有pointSize的选项 echart 实例地址https://gallery.echartsjs.com/editor.html?c=x8IJn-BkTO 阅读全文
posted @ 2019-08-16 18:03 飞尽堂前燕 阅读(4670) 评论(0) 推荐(0)
摘要:1.导入 world.china.js 这个js是将world.js 文件 以及china.js文件进行合并 (网上一些中国地图勾勒的身份曲线感觉很飘 所以自己加工了一下china.js中的数据, 然后合并到了word.js中) (可以在这里进行下载 https://github.com/a1115 阅读全文
posted @ 2019-08-12 17:59 飞尽堂前燕 阅读(2823) 评论(0) 推荐(0)
摘要:const fs = require("fs") const path = require("path") main(); function main() { const rootRealPath = path.resolve(__dirname); const newDirName = 'newF 阅读全文
posted @ 2019-08-05 13:11 飞尽堂前燕 阅读(681) 评论(0) 推荐(0)
摘要:使用方式 将此js文件拖放到需要批量删除的文件夹目录列表中 执行(xxxx是你命名的js名字) 阅读全文
posted @ 2019-08-03 22:06 飞尽堂前燕 阅读(1299) 评论(0) 推荐(0)