Echarts+JS实现数据分析可视化大屏!!附源码!!

简介: Echarts+JS实现数据分析可视化大屏!!附源码!!

主题:大数据可视化大屏

开发技术:

 Echarts+html+css+js

支持平台:

 dw,vscode,webstorm,idea,Hbuilderx等

源码:文末附

如需定制开发大屏,可在公众号内联系作者

体效果

部分js代码


<div class="container m-20">
  <div class="row">
    <div class="col-lg-3">
      <div class="box1">
        <div class="title">标题标题</div>
        <div class="box1_con" id="box1"></div>
      </div>
      <div class="box2 m-20">
        <div class="title">标题标题</div>
        <div class="box2_con" id="box2"></div>
      </div>
    </div>
    <div class="col-lg-6">
      <div class="box3">
        <div class="title">标题标题</div>
        <div class="box3_con">
          <div class="box3_con_left" id="box3_left"></div>
          <div class="box3_con_right">
            <div class="box3_con_right_top">
              <div class="row">
                <div class="col-lg-4 data_bg"><p>12569</p><small>设备总数</small></div>
                <div class="col-lg-4 data_bg"><p>12375</p><small>运行设备</small></div>
                <div class="col-lg-4 data_bg"><p>178</p><small>月修设备</small></div>
              </div>
            </div>
            <div class="box3_con_right_bot" id="box3_right"></div>
          </div>
        </div>
      </div>
      <div class="box4 m-20">
        <div class="title">标题标题</div>
        <div class="box4_con" id="box4"></div>
      </div>
    </div>
    <div class="col-lg-3 box5">
      <div class="title">标题标题</div>
 <div class="box5_con">
        <div class="box5_con_top" id="box5"></div>
        <div class="title m-20">标题标题</div>
        <div class="box5_con_bot">

部分CSS代码

.title{width: 100%; height: 60px; font-size: 20px; color: #ff9000; line-height: 60px; padding-left: 20px; background: url(../img/title_icon.png) left center no-repeat; float: left;}
.box1{width: 455px; height: 400px; padding: 0 0 25px 25px; background: url(../img/bg_box1.png) no-repeat; float: left;}
.box1_con{width: 455px; height: 340px; float: left;}
.box2{width: 455px; height: 537px; padding: 0 0 25px 25px; background: url(../img/bg_box2.png) no-repeat; float: left;}
.box2_con{width: 455px; height: 500px; float: left;}
.box3{width: 950px; height: 500px; padding: 0 25px 25px 25px; background: url(../img/bg_box3.png) no-repeat; float: left;}
.box3_con{width: 950px; height: 470px; float: left;}
.box3_con .box3_con_left{width: 270px; height: 380px; float: left; margin-top: 30px;}
.box3_con .box3_con_right{width: 680px; height: 470px; float: left;}
.box3_con_right .box3_con_right_top{width: 680px; height: 120px;}
.box3_con_right .box3_con_right_bot{width: 630px; height: 270px; margin-top: 30px;}
.data_bg{width: 180px; height: 120px; background: url(../img/data_icon.png) no-repeat; margin-left: 30px; text-align: center; font-size: 24px; color: #FFFFFF; padding-top: 20px;}
small{font-size: 18px; color: #FF9000;}
.box4{width: 950px; height: 435px; padding: 0 25px 25px 25px; background: url(../img/bg_box4.png) no-repeat; float: left;}
.box4_con{width: 950px; height: 370px; float: left;}
.box5{width: 455px; height: 957px; padding: 0 25px 25px 25px; background: url(../img/bg_box5.png) no-repeat; float: right; }

想要源码的小伙伴们,请关注公众号Echarts技术专家,点击获取资源。

相关文章
|
22天前
|
前端开发 数据可视化 JavaScript
Echarts如何实现多图表缩放和自适应?附源码
Echarts如何实现多图表缩放和自适应?附源码
Echarts如何实现多图表缩放和自适应?附源码
|
22天前
|
数据可视化 前端开发 JavaScript
Echarts+JS实现智慧门店可视化大屏!!附源码!!
Echarts+JS实现智慧门店可视化大屏!!附源码!!
|
22天前
|
数据可视化 前端开发 JavaScript
Echarts+JS实现农业指挥舱可视化大屏!!附源码!!
Echarts+JS实现农业指挥舱可视化大屏!!附源码!!
|
22天前
|
数据可视化 前端开发 JavaScript
【Echarts大屏】智慧医疗可视化大屏(新手必用)
【Echarts大屏】智慧医疗可视化大屏(新手必用)
|
30天前
|
数据采集 数据可视化 数据挖掘
数据分析大神养成记:Python+Pandas+Matplotlib助你飞跃!
在数字化时代,数据分析至关重要,而Python凭借其强大的数据处理能力和丰富的库支持,已成为该领域的首选工具。Python作为基石,提供简洁语法和全面功能,适用于从数据预处理到高级分析的各种任务。Pandas库则像是神兵利器,其DataFrame结构让表格型数据的处理变得简单高效,支持数据的增删改查及复杂变换。配合Matplotlib这一数据可视化的魔法棒,能以直观图表展现数据分析结果。掌握这三大神器,你也能成为数据分析领域的高手!
42 2
|
1月前
|
机器学习/深度学习 数据采集 数据可视化
基于爬虫和机器学习的招聘数据分析与可视化系统,python django框架,前端bootstrap,机器学习有八种带有可视化大屏和后台
本文介绍了一个基于Python Django框架和Bootstrap前端技术,集成了机器学习算法和数据可视化的招聘数据分析与可视化系统,该系统通过爬虫技术获取职位信息,并使用多种机器学习模型进行薪资预测、职位匹配和趋势分析,提供了一个直观的可视化大屏和后台管理系统,以优化招聘策略并提升决策质量。
|
1月前
|
机器学习/深度学习 算法 数据挖掘
2023 年第二届钉钉杯大学生大数据挑战赛初赛 初赛 A:智能手机用户监测数据分析 问题二分类与回归问题Python代码分析
本文介绍了2023年第二届钉钉杯大学生大数据挑战赛初赛A题的Python代码分析,涉及智能手机用户监测数据分析中的聚类分析和APP使用情况的分类与回归问题。
46 0
2023 年第二届钉钉杯大学生大数据挑战赛初赛 初赛 A:智能手机用户监测数据分析 问题二分类与回归问题Python代码分析
|
10天前
|
数据采集 数据可视化 数据挖掘
数据分析大神养成记:Python+Pandas+Matplotlib助你飞跃!
【9月更文挑战第2天】数据分析大神养成记:Python+Pandas+Matplotlib助你飞跃!
38 5
|
1月前
|
供应链 数据可视化 数据挖掘
【2023年第十一届泰迪杯数据挖掘挑战赛】B题:产品订单的数据分析与需求预测 建模及python代码详解 问题一
本文详细介绍了第十一届泰迪杯数据挖掘挑战赛B题的解决方案,涵盖了对产品订单数据的深入分析、多种因素对需求量影响的探讨,并建立了数学模型进行未来需求量的预测,同时提供了Python代码实现和结果可视化的方法。
60 3
【2023年第十一届泰迪杯数据挖掘挑战赛】B题:产品订单的数据分析与需求预测 建模及python代码详解 问题一
|
1月前
|
机器学习/深度学习 数据采集 数据挖掘
【2023年第十一届泰迪杯数据挖掘挑战赛】B题:产品订单的数据分析与需求预测 建模及python代码详解 问题二
本文提供了第十一届泰迪杯数据挖掘挑战赛B题问题二的详细解题步骤,包括时间序列预测模型的建立、多元输入时间预测问题的分析、时间序列预测的建模步骤、改进模型的方法,以及使用Python进行SARIMA模型拟合和预测的具体实现过程。
43 1