摘要: /** * 地图3.0版本 ,修改时间轴控件和事件,封装geoJson获取事件 * 显示南海诸岛 下钻的标题样式修改 * 设置geoIndex 和 visualMap 里面的seriesIndex 就可以让地图和点同时存在 * 这个时候地图颜色的配置就在 geo里面配置了而不是 series里面 * 阅读全文
posted @ 2022-01-20 16:54 无你旅行 阅读(80) 评论(0) 推荐(0) 编辑
摘要: option = { backgroundColor: '#000', tooltip: { trigger: 'item', formatter: '{a} <br/>{b}: {c} t ({d}%)' }, series: [ { name: '排放量', type: 'pie', radiu 阅读全文
posted @ 2022-01-20 16:51 无你旅行 阅读(250) 评论(0) 推荐(0) 编辑
摘要: var legendData = ['车辆数', '设计车位']; //图例 var indicator = [{ text: '小型车', max: 6000, }, { text: '中型车', max: 5000 }, { text: '大型车', max: 5000 }, { text: ' 阅读全文
posted @ 2022-01-20 16:47 无你旅行 阅读(492) 评论(0) 推荐(0) 编辑
摘要: option = { title: { text: 'Stacked Line' }, tooltip: { trigger: 'axis' }, legend: { data: ['广州西门子变压器公司', '耐恒(广州)纸品有限公司', '广州斗原钢铁有限公司', '广州璨宇光学有限公司', ' 阅读全文
posted @ 2022-01-20 16:46 无你旅行 阅读(71) 评论(0) 推荐(0) 编辑
摘要: var xData =['济南','济宁','临沂','淄博','潍坊','烟台','临沂', '淄博','泰安','日照','威海','莱芜','聊城','德州','东营','潍坊'] var tq=[800,-200,300,499,188,900,488,399,277,490,580,280 阅读全文
posted @ 2022-01-20 16:44 无你旅行 阅读(43) 评论(0) 推荐(0) 编辑
摘要: option = { backgroundColor: "#062a44", series: [{ name: '刻度', type: 'gauge', radius: '53%', min:0,//最小刻度 max:16,//最大刻度 splitNumber: 8, //刻度数量 startAng 阅读全文
posted @ 2022-01-20 16:40 无你旅行 阅读(41) 评论(0) 推荐(0) 编辑
摘要: /**/ var dataArry = { one: 500, two: 300, three: 200 }; option = { backgroundColor:'#040042', tooltip: { formatter: "{a} <br/>{c} {b}" }, series: [{ n 阅读全文
posted @ 2022-01-20 16:39 无你旅行 阅读(61) 评论(0) 推荐(0) 编辑
摘要: let value = 55.33; let title = '超期率'; let int = value.toFixed(2).split('.')[0]; let float = value.toFixed(2).split('.')[1]; option = { backgroundColor 阅读全文
posted @ 2022-01-20 16:38 无你旅行 阅读(58) 评论(0) 推荐(0) 编辑
摘要: option = { color:['#7BC074', '#709EF1', '#F59363'], series: [ { type: 'sankey', right: '5%', data:[ //左点 {name: '外卖'}, {name: '网约车'}, {name: '家政保洁'}, 阅读全文
posted @ 2022-01-20 16:37 无你旅行 阅读(36) 评论(0) 推荐(0) 编辑
摘要: let datalist = [ { name: "公共平台" }, { name: "系统0000" }, { name: "系统0011" }, { name: "系统0022" }, { name: "系统0033" }, { name: "系统0044" }, { name: "系统0055 阅读全文
posted @ 2022-01-20 16:37 无你旅行 阅读(20) 评论(0) 推荐(0) 编辑
摘要: option = { title: { text: '漏斗分析图', subtext: '网站用户行为统计-纯属虚构', x:'center', textStyle: { color: '#fff' } }, backgroundColor: '#522257', color: ['#efbb1a' 阅读全文
posted @ 2022-01-20 16:35 无你旅行 阅读(82) 评论(0) 推荐(0) 编辑
摘要: option = { backgroundColor: '#000', title: { text: '转化率', subtext: '转化的百分率或分率', link: 'https://gallery.echartsjs.com/explore.html?u=bd-1841183165&type 阅读全文
posted @ 2022-01-20 16:35 无你旅行 阅读(158) 评论(0) 推荐(0) 编辑
摘要: var outname = ["南海诸岛",'天津', '上海', '重庆', '河北', '河南', '云南', '辽宁', '黑龙江', '湖南', '安徽', '山东', '新疆', '江苏', '浙江', '江西', '湖北', '广西', '甘肃', '山西', & 阅读全文
posted @ 2022-01-20 16:33 无你旅行 阅读(164) 评论(0) 推荐(0) 编辑
摘要: var mapName = 'china' var data = [ {name:"北京",value:199}, {name:"天津",value:42}, {name:"河北",value:102}, {name:"山西",value:81}, {name:"内蒙古",value:47}, {n 阅读全文
posted @ 2022-01-20 16:26 无你旅行 阅读(469) 评论(0) 推荐(0) 编辑
摘要: let value = 65.23; let title = 'vision'; let int = value.toFixed(2).split('.')[0]; let float = value.toFixed(2).split('.')[1]; option = { backgroundCo 阅读全文
posted @ 2022-01-20 16:25 无你旅行 阅读(424) 评论(0) 推荐(0) 编辑
摘要: option = { backgroundColor:"#0B1837", color: ["#EAEA26", "#906BF9", "#FE5656", "#01E17E", "#3DD1F9", "#FFAD05"], // title: { // text: '网络/安全设备', // le 阅读全文
posted @ 2022-01-20 16:22 无你旅行 阅读(89) 评论(0) 推荐(0) 编辑
摘要: let num = 0; option = { backgroundColor: '#111', title: [{ text: 'SPEED', x: 'center', top: '52%', textStyle: { color: '#fdf914', fontSize: 20, fontWe 阅读全文
posted @ 2022-01-20 16:21 无你旅行 阅读(34) 评论(0) 推荐(0) 编辑
摘要: const pic1 = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAACeCAMAAACsJNBQAAADAFBMVEUAAAAA/f8A+f8A+v8A+f8A+f8A/v8A9P8A+v8A//8A+f8A+v8A+P8A9/8A/f 阅读全文
posted @ 2022-01-20 16:20 无你旅行 阅读(538) 评论(0) 推荐(0) 编辑
摘要: /* 请不要直接cv发布谢谢,至少保证有你自己的东西在里面,一点改动没有,直接cv让人恶心 请不要直接cv发布谢谢,至少保证有你自己的东西在里面,一点改动没有,直接cv让人恶心 请不要直接cv发布谢谢,至少保证有你自己的东西在里面,一点改动没有,直接cv让人恶心 重要的事情说三遍,没有脸的可以直接c 阅读全文
posted @ 2022-01-20 16:19 无你旅行 阅读(24) 评论(0) 推荐(0) 编辑
摘要: option = { backgroundColor:'#031d33', animation: true, grid: { top: "5%", bottom: "15%", right: "5%" }, xAxis: { data: ['消防烟感','摄像机','环境烟感','路灯','地磁'] 阅读全文
posted @ 2022-01-20 16:18 无你旅行 阅读(85) 评论(0) 推荐(0) 编辑