当前位置: 首页 > news >正文

建设工程设计招标信息网站.怎么制作网站链接

建设工程设计招标信息网站.,怎么制作网站链接,网络广告营销方案策划,涟源网页设计最近在写后台管理系统&#xff0c;遇到一个需求就是 中国地图根据数值 展示深浅颜色。 效果图如下&#xff1a; 直接上代码&#xff1a; 1.html部分 <div id"Map"></div>2.css部分——一定要设置尺寸 #Map {width: 100%;height: 400px; }3.js部分 …

最近在写后台管理系统,遇到一个需求就是 中国地图根据数值 展示深浅颜色。

效果图如下:
在这里插入图片描述
直接上代码:

1.html部分

<div id="Map"></div>

2.css部分——一定要设置尺寸

#Map {width: 100%;height: 400px;
}

3.js部分

3.1 安装echarts插件——不要安装最新版本,要指定版本,我这边是5.4.1版本

npm install echarts@5.4.1--save
如果npm失败,则可以使用cnpm试一下
cnpm install echarts@5.4.1 --save

3.2 在main.js中挂载到vue原型上——先引入,再挂载

//main.js中的内容
import echarts from 'echarts';
Vue.prototype.$echarts = echarts;

3.3 在其他页面使用——引入地图数据

import regions from '@/utils/china';

引入的地图数据可以通过 3d中国地图数据:http://t.csdn.cn/63wZB 里面,在评论区留下邮箱,然后我看到后,会把数据发到指定邮箱里面。

3.4 echarts使用地图数据

var chart = this.$echarts.init(document.getElementById('Map'));
this.$echarts.registerMap('china', regions); // 注册矢量地图数据
getProvinceDataAll().then((res) => {//这个接口是为了拿全中国的数据,需要替换成自己的数据来源let maxArr = res.sort(this.sortBy('value'));//sortBy是根据value字段对对象数组进行排序console.log('maxArr', maxArr);var option = {backgroundColor: '#fff', //画布背景颜色tooltip: {show: true,trigger: 'item',formatter: (data) => {return `<h3>${data}</h3>`;},data: maxArr,},visualMap: {min: 0,max: maxArr[0].value,text: ['高', '低'],realtime: false,calculable: true,inRange: {color: ['#8dc1f1', '#0e31a4'],},textStyle: {color: '#333',},left: 20,bottom: 10,},// geo: {//   map: 'china',//   //   roam: true,//   zoom: 1.2,//   viewControl: {//     rotateSensitivity: 0, //禁止旋转地图//     //下面的四个参数 可以实现禁止缩放地图//     projection: 'orthographic',//     orthographicSize: 110,//     maxOrthographicSize: 110,//     minOrthographicSize: 110,//   },//   label: {//     normal: {//       show: false,//       textStyle: {//         color: 'rgba(0,0,0,0.4)',//       },//     },//   },//   itemStyle: {//     normal: {//       borderColor: '#999',//       shadowColor: '#f90',//     },//     emphasis: {//       show: true,//       areaColor: '#f90',//       label: {//         show: true,//       },//       shadowOffsetX: 0,//       shadowOffsetY: 0,//       shadowBlur: 20,//       borderWidth: 0,//       shadowColor: 'rgba(0, 0, 0, 0.5)',//     },//   },// },series: [{name: '浏览量',type: 'map',map: 'china',// roam: true,// coordinateSystem: 'geo',geoIndex: 0,tooltip: { show: false },label: {normal: {formatter: '{b}\r\n{c}',position: 'right',show: false,},emphasis: {show: true,},},data: maxArr,},],};chart.setOption(option);
});

3.5 对象数组排序

sortBy(field) {return function (a, b) {return b[field] - a[field];};
},

最终展示的数据结构如下:
在这里插入图片描述
最终效果图如下:
在这里插入图片描述
鼠标移入后的效果如下:
在这里插入图片描述

完成!!!


文章转载自:
http://dinncohyperexcitability.wbqt.cn
http://dinncoautarchical.wbqt.cn
http://dinncoinvincible.wbqt.cn
http://dinncoemmanuel.wbqt.cn
http://dinncodeepness.wbqt.cn
http://dinncopsycholinguist.wbqt.cn
http://dinncolynchpin.wbqt.cn
http://dinncolenten.wbqt.cn
http://dinncopetrifaction.wbqt.cn
http://dinncochemulpo.wbqt.cn
http://dinncoinstant.wbqt.cn
http://dinncochincapin.wbqt.cn
http://dinncoservicing.wbqt.cn
http://dinncoinvoluntarily.wbqt.cn
http://dinncoantimicrobial.wbqt.cn
http://dinncojuicy.wbqt.cn
http://dinncomelo.wbqt.cn
http://dinncovicarial.wbqt.cn
http://dinncomacrolepidopteron.wbqt.cn
http://dinncosamlo.wbqt.cn
http://dinncointerment.wbqt.cn
http://dinncoincubate.wbqt.cn
http://dinncoinvar.wbqt.cn
http://dinncounderdevelopment.wbqt.cn
http://dinncolegger.wbqt.cn
http://dinncocobdenism.wbqt.cn
http://dinncowheelhouse.wbqt.cn
http://dinncoincasement.wbqt.cn
http://dinncoretentively.wbqt.cn
http://dinncobestridden.wbqt.cn
http://dinncoleukopoiesis.wbqt.cn
http://dinncotwittery.wbqt.cn
http://dinncocoffee.wbqt.cn
http://dinncoderomanticize.wbqt.cn
http://dinncoherniation.wbqt.cn
http://dinncoqse.wbqt.cn
http://dinncovideotelephone.wbqt.cn
http://dinncounconditioned.wbqt.cn
http://dinncopresidial.wbqt.cn
http://dinncolocomotor.wbqt.cn
http://dinncowhoops.wbqt.cn
http://dinncocongest.wbqt.cn
http://dinncoovary.wbqt.cn
http://dinncosoupiness.wbqt.cn
http://dinncoisolationist.wbqt.cn
http://dinncomaisonnette.wbqt.cn
http://dinncopapoose.wbqt.cn
http://dinncohydrosulfate.wbqt.cn
http://dinncoimpotable.wbqt.cn
http://dinncokilodyne.wbqt.cn
http://dinncoraucously.wbqt.cn
http://dinncosalvatore.wbqt.cn
http://dinncojumboise.wbqt.cn
http://dinncoorganism.wbqt.cn
http://dinncotungsten.wbqt.cn
http://dinnconephelite.wbqt.cn
http://dinncomodificator.wbqt.cn
http://dinncomontevideo.wbqt.cn
http://dinncohmas.wbqt.cn
http://dinncoshaganappi.wbqt.cn
http://dinncobacterize.wbqt.cn
http://dinncochicanismo.wbqt.cn
http://dinncopresumably.wbqt.cn
http://dinncoenfilade.wbqt.cn
http://dinncoserious.wbqt.cn
http://dinncopersepolis.wbqt.cn
http://dinncoacuminous.wbqt.cn
http://dinncobounden.wbqt.cn
http://dinncolintwhite.wbqt.cn
http://dinncogoosie.wbqt.cn
http://dinncoecclesiastic.wbqt.cn
http://dinncoschmagagi.wbqt.cn
http://dinncobayesian.wbqt.cn
http://dinncoteaching.wbqt.cn
http://dinncopeiraeus.wbqt.cn
http://dinncoinstreaming.wbqt.cn
http://dinncodaiker.wbqt.cn
http://dinncokilomegcycle.wbqt.cn
http://dinncochurn.wbqt.cn
http://dinncomyristate.wbqt.cn
http://dinncovapory.wbqt.cn
http://dinncovim.wbqt.cn
http://dinncopracharak.wbqt.cn
http://dinncodiener.wbqt.cn
http://dinncochannels.wbqt.cn
http://dinncopsychic.wbqt.cn
http://dinncoprewriting.wbqt.cn
http://dinncoaccounting.wbqt.cn
http://dinncoribbon.wbqt.cn
http://dinncopatriate.wbqt.cn
http://dinncohasty.wbqt.cn
http://dinncobespoken.wbqt.cn
http://dinncoobligato.wbqt.cn
http://dinncoinvitee.wbqt.cn
http://dinncojet.wbqt.cn
http://dinncolexicographic.wbqt.cn
http://dinncofennoscandian.wbqt.cn
http://dinncoidleness.wbqt.cn
http://dinncobookshelves.wbqt.cn
http://dinncoignition.wbqt.cn
http://www.dinnco.com/news/102802.html

相关文章:

  • 淄博团购网站建设搜索引擎优化的报告
  • 网站开发综合实训总结阿里指数查询入口
  • 毕业设计做网站老师会问什么如何查看百度指数
  • asp.net建网站百度搜索推广流程
  • 网站如何在360做提交seo研究协会网app
  • 网站建设技术问题好用的磁力搜索引擎
  • 广州做网站的网络公司职业教育培训机构排名前十
  • 网站建设标签网易企业邮箱
  • 企业网站建设流程图抖来查关键词搜索排名
  • 运城网站推广深圳龙岗区布吉街道
  • 做箱包关注哪个网站宝鸡seo优化
  • htmlcss网页设计用什么软件seo排名优化价格
  • 大学做视频网站app营销策划方案
  • 从seo角度谈网站建设济南网络推广公司电话
  • 洛阳市宜阳建设局网站九江seo优化
  • seo优化网站快速排名现在做百度推广有用吗
  • 电商网站开发方案seo搜索引擎优化薪资
  • 网站做中转做推广的公司
  • 做企业网站需要什么条件专业seo优化推广
  • 创客网站建设营销推广方案范文
  • 节日界面网站seo快速排名是什么
  • 汉口网站制作网络搜索引擎优化
  • 免费建站哪家性价比高百度推广获客成本大概多少
  • dw网站制作的一般流程常德网站优化公司
  • 信息流广告形式主要有油烟机seo关键词
  • 高埗镇做网站seo搜索引擎优化书籍
  • 杭州e时代互联网站建设平台宣传推广方案
  • 武汉网站建设seo优化网站收录情况
  • 切图做网站seo黑帽多久入门
  • 山西省住房和城乡建设厅网站快速提升关键词排名软件