• 基于Echarts实现可视化数据大屏通用大数据可视化展示平台模板


    前言

    🚀 基于 Echarts 实现可视化数据大屏响应式展示效果的源码,,基于html+css+javascript+echarts制作, 可以在此基础上重新开发。

    本项目中使用的是echarts图表库,ECharts 提供了常规的折线图、柱状图、散点图、饼图、K线图,用于统计的盒形图,用于地理数据可视化的地图、热力图、线图,用于关系数据可视化的关系图、treemap、旭日图,多维数据可视化的平行坐标,还有用于 BI 的漏斗图,仪表盘,并且支持图与图之间的混搭。


    ⚽精彩专栏推荐👇🏻👇🏻👇🏻

    【作者主页——🔥获取更多优质源码】

    【1000套 毕设项目精品实战案例】

    【 20套 VUE+Echarts 大数据可视化源码】

    【150套 HTML+ Echarts大数据可视化源码 】


    一、Echart是什么

    ECharts是一个使用 JavaScript 实现的开源可视化库,可以流畅的运行在 PC 和移动设备上,兼容当前绝大部分浏览器(IE8/9/10/11,Chrome,Firefox,Safari等),底层依赖矢量图形库 ZRender,提供直观,交互丰富,可高度个性化定制的数据可视化图表。

    二、ECharts入门教程

    5 分钟上手ECharts


    三、作品演示

    在这里插入图片描述


    四、代码实现

    1.HTML

    
    doctype html>
    <html>
    
    <head>
        <meta charset="utf-8">
        <title>通用大数据可视化展示平台模板title>
        <script type="text/javascript" src="js/jquery.js">script>
        <script type="text/javascript" src="js/echarts.min.js">script>
        <script type="text/javascript" src="js/china.js">script>
        <script type="text/javascript" src="js/js.js">script>
        <script type="text/javascript" src="js/jquery.cxselect.min.js">script>
        <link rel="stylesheet" href="css/comon0.css">
    head>
    
    <body>
        <div class="canvas"><iframe src="js/canvas.html" frameborder="0" style="width: 100%; height: 100%">iframe>div>
        <div class="loading">
            <div class="loadbox"><img src="images/loading.gif">页面加载中...div>
        div>
        <div style="overflow: hidden;background:rgba(0,0,40,0) ; position: relative; z-index: 2;">
            <div class="mainbox">
                <ul class="clearfix">
                    <li>
                        <div class="boxall" style="height:350px;">
                            <div class="alltitle">标题样式div>
                            <div class="navboxall" id="echart1">div>
                        div>
                        <div class="boxall" style="height:360px;">
                            <div class="alltitle">标题样式div>
                            <div class="navboxall">
                                <div class="sycm">
                                    <ul class="clearfix">
                                        <li>
                                            <h2>1824h2><span>当年销售额span>li>
                                        <li>
                                            <h2>1920h2><span>当月销售额span>li>
                                        <li>
                                            <h2>19%h2><span>利润额span>li>
                                        <li>
                                            <h2>1824h2><span>当年销售额span>li>
                                        <li>
                                            <h2>1920h2><span>当月销售额span>li>
                                        <li>
                                            <h2>19%h2><span>利润额span>li>
                                    ul>
                                div>
                            div>
                        div>
                    li>
                    <li>
                        <div class="boxall" style="height:100px">
                            <div class="navboxall">
                                <h1>通用大数据可视化展示平台模板h1>
                            div>
                        div>
                        <div class="boxall" style="height:610px">
                            <div class="navboxall" style="overflow: hidden;height: 100%">
                                <div style="width: 120%; height: 120%; position: relative; left: -10%; top: -11%;" id="echart3">div>
                            div>
                        div>
                    li>
                    <li>
                        <div class="boxall" style="height:350px">
                            <div class="alltitle">标题样式div>
                            <div class="navboxall">
                                <table class="table1" width="100%" border="0" cellspacing="0" cellpadding="0">
                                    <tbody>
                                        <tr>
                                            <th scope="col">排名th>
                                            <th scope="col">名称th>
                                            <th scope="col">金额th>
                                        tr>
                                        <tr>
                                            <td><span>1span>td>
                                            <td>腾讯科技td>
                                            <td>114万<br>td>
                                        tr>
                                        <tr>
                                            <td><span>2span>td>
                                            <td>百度公司td>
                                            <td>923823万td>
                                        tr>
                                        <tr>
                                            <td><span>3span>td>
                                            <td>新浪td>
                                            <td>1240253万td>
                                        tr>
                                        <tr>
                                            <td><span>4span>td>
                                            <td>网易td>
                                            <td>1.2亿td>
                                        tr>
                                        <tr>
                                            <td><span>5span>td>
                                            <td>雅虎td>
                                            <td>13423万td>
                                        tr>
                                        <tr>
                                            <td><span>6span>td>
                                            <td>雅虎td>
                                            <td>13423万td>
                                        tr>
                                    tbody>
                                table>
                            div>
                        div>
                        <div class="boxall" style="height: 360px">
                            <div class="alltitle">标题样式div>
                            <div class="navboxall">
                                <table class="table1" width="100%" border="0" cellspacing="0" cellpadding="0">
                                    <tbody>
                                        <tr>
                                            <th scope="col">排名th>
                                            <th scope="col">名称th>
                                            <th scope="col">金额th>
                                        tr>
                                        <tr>
                                            <td><span>1span>td>
                                            <td>腾讯科技td>
                                            <td>114万<br>td>
                                        tr>
                                        <tr>
                                            <td><span>2span>td>
                                            <td>百度公司td>
                                            <td>923823万td>
                                        tr>
                                        <tr>
                                            <td><span>3span>td>
                                            <td>新浪td>
                                            <td>1240253万td>
                                        tr>
                                        <tr>
                                            <td><span>4span>td>
                                            <td>网易td>
                                            <td>1.2亿td>
                                        tr>
                                        <tr>
                                            <td><span>5span>td>
                                            <td>雅虎td>
                                            <td>13423万td>
                                        tr>
                                        <tr>
                                            <td><span>6span>td>
                                            <td>雅虎td>
                                            <td>13423万td>
                                        tr>
                                    tbody>
                                table>
                            div>
                        div>
                    li>
                ul>
                <ul class="clearfix">
                    <li style="width:60%">
                        <div class="boxall" style="height:300px;">
                            <div class="alltitle">标题样式div>
                            <div class="navboxall " id="echart2">div>
                        div>
                    li>
                    <li style="width: 40%">
                        <div class="boxall" style="height:300px">
                            <div class="alltitle">标题样式div>
                            <div class="navboxall" id="echart4">div>
                        div>
                    li>
                ul>
            div>
        div>
        <script>
            $(function() {
                $('.wrap,.adduser').liMarquee({
                    direction: 'up',
                    runshort: false,
                    scrollamount: 20
                });
            });
        script>
    body>
    
    html>
    
    
    
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • 128
    • 129
    • 130
    • 131
    • 132
    • 133
    • 134
    • 135
    • 136
    • 137
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • 146
    • 147
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • 155
    • 156
    • 157
    • 158
    • 159
    • 160
    • 161
    • 162
    • 163
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169
    • 170
    • 171
    • 172
    • 173
    • 174
    • 175
    • 176
    • 177
    • 178
    • 179
    • 180
    • 181
    • 182
    • 183
    • 184
    • 185

    2.CSS

    @charset "utf-8";
    /* CSS Document 更多精品模板请访问:*/
    
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    
    *,
    body {
        padding: 0px;
        margin: 0px;
        color: #222;
        font-family: "微软雅黑";
    }
    
    body {
        color: #666;
        font-size: 16px;
    }
    
    li {
        list-style-type: none;
    }
    
    table {}
    
    i {
        margin: 0px;
        padding: 0px;
        text-indent: 0px;
    }
    
    img {
        border: none;
        max-width: 100%;
    }
    
    a {
        text-decoration: none;
        color: #399bff;
    }
    
    a.active,
    a:focus {
        outline: none !important;
        text-decoration: none;
    }
    
    ol,
    ul,
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        padding: 0;
        margin: 0
    }
    
    a:hover {
        color: #06c;
        text-decoration: none !important
    }
    
    .clearfix:after,
    .clearfix:before {
        display: table;
        content: " "
    }
    
    .clearfix:after {
        clear: both
    }
    
    .pulll_left {
        float: left;
    }
    
    .pulll_right {
        float: right;
    }
    
    .canvas {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 1;
    }
    
    .loading {
        position: fixed;
        left: 0;
        top: 0;
        font-size: 16px;
        z-index: 100000000;
        width: 100%;
        height: 100%;
        background: #1a1a1c;
        text-align: center;
    }
    
    .loadbox {
        position: absolute;
        width: 160px;
        height: 150px;
        color: rgba(255, 255, 255, .6);
        left: 50%;
        top: 50%;
        margin-top: -100px;
        margin-left: -75px;
    }
    
    .loadbox img {
        margin: 10px auto;
        display: block;
        width: 40px;
    }
    
    .head {
        height: 105px;
        background: url(../images/head_bg.png) no-repeat center center;
        position: relative
    }
    
    h1 {
        color: #fff;
        text-align: left;
        font-size: 40px;
        line-height: 64px;
        text-align: center;
    }
    
    .weather {
        position: absolute;
        right: 20px;
        top: 0;
        line-height: 70px;
    }
    
    .weather span {
        color: rgba(255, 255, 255, .7) !important;
        font-size: 18px;
    }
    
    .mainbox {
        padding: 20px 20px 0px 20px;
    }
    
    .mainbox>ul {
        margin-left: -.4rem;
        margin-right: -.4rem;
    }
    
    .mainbox>ul>li {
        float: left;
        padding: 0 .4rem
    }
    
    .mainbox>ul>li {
        width: 24%
    }
    
    .mainbox>ul>li:nth-child(2) {
        width: 52%
    }
    
    .boxall {
        padding: 15px;
        background: rgba(0, 0, 0, .2);
        position: relative;
        margin-bottom: 15px;
        ;
        z-index: 10;
    }
    
    .alltitle {
        font-size: 18px;
        color: #fff;
        position: relative;
        margin-bottom: 10px;
    }
    
    .alltitle:before {
        width: 90%;
        height: 1px;
        top: 12px;
        position: absolute;
        content: "";
        border-bottom: dashed #fff 1px;
        right: 0;
        opacity: .2;
    }
    
    .alltitle:after {
        width: 8px;
        height: 10px;
        top: 8px;
        position: absolute;
        content: "";
        border-radius: 20px;
        right: 0;
        background: #0c51f9;
    }
    
    .navboxall {
        height: calc(100% - 30px);
    }
    
    .num,
    .zhibiao {
        height: 100%;
        width: 50%;
    }
    
    .zb1,
    .zb2,
    .zb3 {
        float: left;
        width: 33.3333%;
        height: 100%;
    }
    
    #zb1,
    #zb2,
    #zb3 {
        height: calc(100% - 30px);
    }
    
    .zhibiao span {
        padding-top: 20px;
        display: block;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }
    
    .num {
        padding-right: 20px;
    }
    
    .numbt {
        font-size: 24px;
        color: #fff;
        padding-top: 14px;
    }
    
    .numbt span {
        font-size: 18px;
        padding-left: 10px;
        color: #fff;
    }
    
    .numtxt {
        color: #fef000;
        font-size: 80px;
        font-family: arial;
        border-top: 1px solid rgba(255, 255, 255, .1);
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        padding: 10px 0;
        margin: 18px 0;
        font-weight: bold;
        letter-spacing: 2px;
    }
    
    .table1 th {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        font-size: 16px;
        color: rgba(255, 255, 255, .6);
        font-weight: normal;
        padding: 10px 0 10px 0;
    }
    
    .table1 td {
        font-size: 16px;
        color: rgba(255, 255, 255, .4);
        padding: 15px 0 0 0;
    }
    
    .table1 span {
        width: 24px;
        height: 24px;
        border-radius: 53px;
        display: block;
        background: #878787;
        color: #fff;
        line-height: 24px;
        text-align: center;
    }
    
    .table1 tr:nth-child(2) span {
        background: #ed405d
    }
    
    .table1 tr:nth-child(3) span {
        background: #f78c44
    }
    
    .table1 tr:nth-child(4) span {
        background: #49bcf7
    }
    
    /*Plugin CSS*/
    
    .sycm ul {}
    
    .sycm li {
        text-align: center;
        padding: 10px 0;
        position: relative;
        float: left;
        width: 50%;
        padding: 20px 0;
    }
    
    .sycm ul li:nth-child(odd):before {
        position: absolute;
        content: "";
        height: 30%;
        width: 1px;
        background: rgba(255, 255, 255, .2);
        right: 0;
        top: 30%;
    }
    
    .sycm li h2 {
        font-size: 24px;
        color: #c5ccff;
    }
    
    .sycm li span {
        font-size: 18px;
        color: #fff;
        opacity: .5;
    }
    
    .sycm p {
        border: 1px solid rgba(255, 255, 255, .3);
        color: rgba(255, 255, 255, .6);
        text-align: center;
        margin: 10px;
        border-radius: 5px;
        padding: 8px;
        position: relative;
    }
    
    .sycm p:before {
        content: "";
        position: absolute;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid rgba(255, 255, 255, .3);
        bottom: -8px;
        left: 49%
    }
    
    
    
    
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • 128
    • 129
    • 130
    • 131
    • 132
    • 133
    • 134
    • 135
    • 136
    • 137
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • 146
    • 147
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • 155
    • 156
    • 157
    • 158
    • 159
    • 160
    • 161
    • 162
    • 163
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169
    • 170
    • 171
    • 172
    • 173
    • 174
    • 175
    • 176
    • 177
    • 178
    • 179
    • 180
    • 181
    • 182
    • 183
    • 184
    • 185
    • 186
    • 187
    • 188
    • 189
    • 190
    • 191
    • 192
    • 193
    • 194
    • 195
    • 196
    • 197
    • 198
    • 199
    • 200
    • 201
    • 202
    • 203
    • 204
    • 205
    • 206
    • 207
    • 208
    • 209
    • 210
    • 211
    • 212
    • 213
    • 214
    • 215
    • 216
    • 217
    • 218
    • 219
    • 220
    • 221
    • 222
    • 223
    • 224
    • 225
    • 226
    • 227
    • 228
    • 229
    • 230
    • 231
    • 232
    • 233
    • 234
    • 235
    • 236
    • 237
    • 238
    • 239
    • 240
    • 241
    • 242
    • 243
    • 244
    • 245
    • 246
    • 247
    • 248
    • 249
    • 250
    • 251
    • 252
    • 253
    • 254
    • 255
    • 256
    • 257
    • 258
    • 259
    • 260
    • 261
    • 262
    • 263
    • 264
    • 265
    • 266
    • 267
    • 268
    • 269
    • 270
    • 271
    • 272
    • 273
    • 274
    • 275
    • 276
    • 277
    • 278
    • 279
    • 280
    • 281
    • 282
    • 283
    • 284
    • 285
    • 286
    • 287
    • 288
    • 289
    • 290
    • 291
    • 292
    • 293
    • 294
    • 295
    • 296
    • 297
    • 298
    • 299
    • 300
    • 301
    • 302
    • 303
    • 304
    • 305
    • 306
    • 307
    • 308
    • 309
    • 310
    • 311
    • 312
    • 313
    • 314
    • 315
    • 316
    • 317
    • 318
    • 319
    • 320
    • 321
    • 322
    • 323
    • 324
    • 325
    • 326
    • 327
    • 328
    • 329
    • 330
    • 331
    • 332
    • 333
    • 334
    • 335
    • 336
    • 337
    • 338
    • 339
    • 340
    • 341
    • 342
    • 343
    • 344
    • 345
    • 346
    • 347
    • 348
    • 349
    • 350
    • 351
    • 352
    • 353
    • 354
    • 355
    • 356
    • 357
    • 358
    • 359
    • 360
    • 361
    • 362
    • 363
    • 364
    • 365

    五、更多干货

    1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “👍点赞” “✍️评论” “💙收藏” 一键三连哦!

    2.【👇🏻👇🏻👇🏻关注我| 获取更多源码 | 优质文章】 带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、Echarts大数据可视化, 等! 「一起探讨 web前端 ,Node ,Java 知识,互相学习」!

    3.以上内容技术相关问题😈欢迎一起交流学习👇🏻👇🏻👇🏻🔥

  • 相关阅读:
    如何利用大数据构建用户画像?
    不容错过的用户标签全面解读。建议收藏!
    打造千万级流量秒杀第二十六课 限流器:如何实现熔断器和限流器防止宕机和雪崩?
    XSS-labs靶场实战(七)——第16-18关
    fpga_图像处理
    代码随想录1刷—二叉树篇(三)
    MySQL SQL优化
    并发-Executor框架笔记
    7.2 怎样定义函数
    springboot实现定时任务 基于@Scheduled注解
  • 原文地址:https://blog.csdn.net/bigwhiteshark/article/details/126344679