栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 前沿技术 > 大数据 > 其他

基于Echarts+HTML5可视化数据大屏展示—设备管理大数据平台

其他 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

基于Echarts+HTML5可视化数据大屏展示—设备管理大数据平台

 作者主页:Java李杨勇 

 简介:Java领域优质创作者、Java李杨勇公号作者✌  简历模板、学习资料、面试题库、技术互助【关注我,都给你】

 欢迎点赞  收藏 ⭐留言    

动图演示: 文末获取源码 

大数据平台中心

 具体数据模块详情

代码目录:

主要代码实现:

主页HTML布局: 




    
    
    
    理工云
    
    
    




    
        
            
设备状态

设备总数 : 660个统计时间 : 2019.03.26 15:28

  • 正常:556
  • 告警:40
  • 离线:30
设备类型分布
  • 本周数据
  • 本月数据
故障设备区域分布情况 更多>
  • 65.5% 在线
  • 10.5% 离线
  • 10.5% 维护
  • 9.5% 故障
  • 故障时段分布
    • 合计故障次数 556
  • 故障类型分布
优秀区域排名 故障类型分布

 CSS样式文件

@charset "utf-8";

body,html,.main{
	height: 100%;
	width: 100%;
}
body,ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol{
    margin:0;
    padding:0;
}
ul, li,ol{
    list-style: none;
}
a:link,
a:visited,
a:active {
    text-decoration: none;
}
body{
    background: #040f3c;
}

.main-left,
.main-right{
    float: left;
    width: 28%;
    height: 100%;
    padding: 0 5px;
}
.main-middle{
    float: left;
    width: 44%;
    height: 100%;
    padding: 0 5px;
}

.border-container {
    position: relative;
    margin-top: 10px;
   
    border: 1px solid #24214e;
}
.main-middle .borderno-container{
	border-top: none;
	border-bottom: none;
}
.name-title{  
    background: #4545e3;
    padding: 8px 14px;
    border-bottom-right-radius:6px;
    border-bottom-left-radius:6px;
    position: absolute;
    left: 5%;
    
}
.tile-size-color{
	 font-size:12px ;
    color: #fff;
}
.containertop{
	height: 50%;
}
.containerbottom{
	height: 47%;
}
#radar,.graduateyear,.bar-chart,#courserate,.line-chart,.bars-chart,.radar-chart,.progress1-chart,#mapadd,
.progress2-chart{
	height: 100%;
}
#mapadd{
	position:relative;
}
#radar .radarkong{
	height: 17%;
	position: relative;
}
.Totalequipment{
	margin-right: 18px;
}
#radar .radarkong p{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	
}
.SiteStatusList{
	position: absolute;
	bottom: 10%;
	color: #fff;
	font-size: 12px;
	width: 100%;
	display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.SiteStatusList li:first-child{
	margin-left: 22px;
}
.SiteStatusList li{
	margin-right: 20px;
}
.SiteStatusList .Statussame{
	float: left;
    padding: 5px;
    margin-top: 2px;
    margin-right: 5px;
	
}
.SiteStatusList .Statusnormal{
	background: #4f8bf9;
}
.SiteStatusList .Statusemergency{
	background: #fea31e;
}
.SiteStatusList .StatusOffline{
	background: #959595;
}
.SiteStatusList .ThisweekData,.SiteStatusList .ThisweekData{
	padding: 7px;
	border-radius: 50%;
	float: left;
	cursor: pointer;
}
.SiteStatusList .Datasame{
	background: #39c1f5;
}
.SiteStatusList .Defaultgray{
	color: #959595;
}
.SiteStatusList .DataSwitch{
	background: #555474;
    border-radius: 10px;
}
.teacher-pie,.teacher-pie .teacherList{
	height: 100%;
}
.teacher-pie .teacherList{
    border: 1px solid #24214e;
    position: relative;
}
.teacher-pie .teacherList:first-child{
	width: 50%;
	border-left: none;
	float: left;
}
.teacher-pie .teacherList .name-title{
    padding-left:10px ;
}
.teacher-pie .teacherList:last-child{
	width: 49%;
    border-right: none;
    float: right;
}

.number-show{
    position: absolute;
    top: 20%;
    right: 5%;
}
#mapadd .mapleft{
	width: 33%;
	height: 100%;
	float: left;
	position: relative;
	
}
#mapadd .progressMore{
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 7%;
	top: 60%;
	text-decoration: underline;
}
#mapadd .map-chart{
	width: 65%;
	height: 100%;
	float: left;
}
#mapadd .Devicestatus-List{
	width: 50%;
	position: absolute;
	bottom: 12%;
    left: 4%;
    color: #fff;
}
#mapadd .Devicestatus-List li{
	float: left;
	height: 35px;
	margin-right: 1%;
	line-height: 35px;
	position: relative;
}
#mapadd .Devicestatus-List li:nth-of-type(1){
	width: 65.5%;
	border: 1px solid #3ae034;
	background: rgba(58,224,52,0.5);
}
#mapadd .Devicestatus-List li:nth-of-type(2){
	width: 10.5%;
	border: 1px solid #778699;
	background: rgba(199,134,153,0.5);
}
#mapadd .Devicestatus-List li:nth-of-type(3){
	width: 10.5%;
	border: 1px solid #1b9fff;
	background: rgba(27,159,255,0.5);
}
#mapadd .Devicestatus-List li:nth-of-type(4){
	width: 9.5%;
	border: 1px solid #e77407;
	background: rgba(213,116,7,0.5);
}
.Devicestatus-List .DevicestatusName{
	position: absolute;
	top: -35px;
	left: 0;
}
.pie-chart{
	width: 100%;
	height: 82%;
}

作品来自于网络收集、侵权立删 

上面js文件等需要引入进来

 源码获取

大家点赞、收藏、关注、评论啦 、查看微信公众号获取

打卡 文章 更新 60/  100天

专栏推荐阅读:

ECharts+HTML5大数据模板《100套》

HTML5大作业实战案例《100套》

Java毕设项目精品实战案例《100套》

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/279483.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号