博主介绍:《Vue.js入门与商城开发实战》《微信小程序商城开发》图书作者,CSDN博客专家,在线教育专家,CSDN钻石讲师;专注大学生毕业设计教育和辅导。
所有项目都配有从入门到精通的基础知识视频课程,免费
项目配有对应开发文档、开题报告、任务书、PPT、论文模版等

项目都录了发布和功能操作演示视频;项目的界面和功能都可以定制,包安装运行!!!
在文章末尾可以获取联系方式

效果图

代码

湖南省大数据可视化平台h're基础数据

1555

确权总面积
(万亩)

2137.2

流转总面积
(万亩)

2545.55

挂网总面积
(万亩)
业务类型累计发布数901条今日最新发布12条累计交易金额1149.66亿今日最新交易0.2亿累计交易面积2137.26万亩今日交易面积1.5万亩土地分析报表信息发布报表function OSnow(){var agent = navigator.userAgent.toLowerCase();var isMac = /macintosh|mac os x/i.test(navigator.userAgent);if (agent.indexOf("win32") >= 0 || agent.indexOf("wow32") >= 0) {$(".main").css("height","880px");}if (agent.indexOf("win64") >= 0 || agent.indexOf("wow64") >= 0) {$(".main").css("height","880px");}if(isMac){}}OSnow();function numInit() {$('.counter-value').each(function(){$(this).prop('Counter',0).animate({Counter: $(this).text()},{duration: 2500,easing: 'swing',step: function (now){$(this).text(now.toFixed(2));}});});}numInit();// 基于准备好的dom,初始化echarts实例var i = 0;var myChart1 = echarts.init(document.getElementById('Business_type'));// 指定图表的配置项和数据option1 = {tooltip : {trigger: 'item',formatter: "{a}
{b} : {c} ({d}%)"},legend: {x : 'center',y : 'bottom',data: ['土地经营权','土地流转权','房屋所有权','集体建设用地','林权'],textStyle: {color:'#4ADEFE',}},series : [{name: '访问来源',type: 'pie',radius: ['30%', '55%'],center: ['45%', '35%'],avoidLabelOverlap: false,data:[{value:335, name:'土地经营权'},{value:310, name:'土地流转权'},{value:234, name:'房屋所有权'},{value:135, name:'集体建设用地'},{value:1548, name:'林权'}],itemStyle: {emphasis: {shadowBlur: 10,shadowOffsetX: 0,shadowColor: 'rgba(0, 0, 0, 0.5)'}}}],color : ['#F3DB5D','#009AFF','#F77474','#28DCCF','#FF5937']};// 使用刚指定的配置项和数据显示图表。myChart1.setOption(option1);var myChart2 = echarts.init(document.getElementById('Land_analysis'));option2 = {legend: {x : 'right',y : 'top',textStyle: {color:'#4ADEFE',}},grid:{x: 30,y: 50,x2: 0,y2: 45},tooltip: {},dataset: {source: [['product', '本地总面积', '本地已流转面积'],['岳阳市', 43.3, 85.8],['益阳市', 83.1, 73.4],['长沙市', 86.4, 65.2],['株洲市', 72.4, 53.9],['衡阳市', 72.4, 53.9],['永州市', 72.4, 53.9],['娄底市', 72.4, 53.9],['郴州市', 72.4, 53.9],['湘潭市', 72.4, 53.9],]},xAxis: {type: 'category',axisLine: {show: false,lineStyle: {color: "#4ADEFE",},},// data: ["岳阳市","益阳市","长沙市","株洲市","衡阳市","永州市","娄底市","郴州市","湘潭市"],axisTick: {alignWithLabel: true}},yAxis: {axisLine: {lineStyle: {color: "#4ADEFE",}},splitLine: {lineStyle: {color: '#4ADEFE'}}},series: [{type: 'bar',barMaxWidth: '10',itemStyle: { normal:{color: '#4ADEFE' },},},{type: 'bar',barMaxWidth: '10',itemStyle: { normal:{color: '#F3DB5C',},},}]};myChart2.setOption(option2);var myChart3 = echarts.init(document.getElementById('Information_Delivery'));option3 = {legend: {x : 'right',y : 'top',textStyle: {color:'#4ADEFE',}},grid:{x: 30,y: 50,x2: 0,y2: 45},tooltip: {},dataset: {source: [['product', '土地流转信息', '找地需求信息'],['岳阳市', 43.3, 85.8],['益阳市', 83.1, 73.4],['长沙市', 86.4, 65.2],['株洲市', 72.4, 53.9],['衡阳市', 72.4, 53.9],['永州市', 72.4, 53.9],['娄底市', 10.4, 200.9],['郴州市', 72.4, 90.9],['湘潭市', 20.4, 300.9],]},xAxis: {type: 'category',axisLine: {lineStyle: {color: "#4ADEFE",}}},yAxis: {axisLine: {lineStyle: {color: "#4ADEFE",}},splitLine: {show: true,lineStyle:{color: '#4ADEFE',}}},series: [{type: 'bar',barMaxWidth: '10',itemStyle: { normal:{color: '#4ADEFE' },},},{type: 'bar',barMaxWidth: '10',itemStyle: { normal:{color: '#F3DB5C',},},}]};myChart3.setOption(option3);// 随机数据var data = [{"name":"长沙","value":46},{"name":"株洲","value":81},{"name":"湘潭","value":94},{"name":"衡阳","value":40},{"name":"邵阳","value":67},{"name":"岳阳","value":38},{"name":"常德","value":50},{"name":"张家界","value":48},{"name":"益阳","value":77},{"name":"郴州","value":78},{"name":"永州","value":57},{"name":"怀化","value":83},{"name":"娄底","value":43},{"name":"湘西","value":75}];option4 = {title: {text: ''},tooltip: {enabled: false},chart: {backgroundColor: 'transparent',},legend: {enabled: true,},colorAxis: {minColor: '#0666D5',maxColor: '#062A6C'},series: [{data: data,borderColor: '#6099EC',borderWidth: 0.5,mapData: Highcharts.maps['cn/hunan'],name: '',joinBy: ['name'], // 根据 name 属性进行关联states: {enabled: true,hover: {color: '#F3DB5C'}},dataLabels: {enabled: true,color: '#4ADEFE',format: '{point.name}'},cursor: 'pointer',events: {click: function(e) {if(e.point.name == "长沙") {$(".list_num1 span").text('6666');$(".list_num2 span").text('903.22');$(".list_num3 span").text('1356.77');$(".circle_num1").text('1800.35');$(".circle_num2").text('892.95');$(".circle_num3").text('2016.15');option1.series[0].data = [{value:100, name:'土地经营权'},{value:240, name:'土地流转权'},{value:130, name:'房屋所有权'},{value:200, name:'集体建设用地'},{value:400, name:'林权'}]myChart1.setOption(option1);data[0].color = "#F3DB5C";new Highcharts.Map('map', option4);numInit();}}}}]}// 初始化图表var map = new Highcharts.Map('map', option4);