代码拉取完成,页面将自动刷新
同步操作将从 沈宇/bigDataV 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>大屏数据可视化示例</title>
<link
href="https://cdn.bootcss.com/pure/1.0.0/pure-min.css"
rel="stylesheet"
/>
<style>
* {
box-sizing: border-box;
}
header {
width: 100%;
height: 60px;
line-height: 60px;
background-color: #373d41;
color: #fff;
text-align: center;
font-size: 18px;
position: relative;
}
.wrapper {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin: 20px auto;
max-width: 1100px;
min-width: 600px;
position: relative;
}
.wrapper .box {
display: block;
width: 48%;
margin: 1%;
}
.wrapper .box img {
width: 100%;
height: 246px;
transition-duration: 0.2s;
}
.wrapper .box img:hover {
border: 3px solid transparent;
}
.info {
position: absolute;
bottom: 0px;
right: 50px;
}
.info span {
margin-right: 40px;
}
.button {
background: #fff;
color: #666;
border: 1px solid #ddd;
font-size: 90%;
}
</style>
</head>
<body>
<header>
大屏数据可视化示例
<div class="info">
<span>作者:沈宇</span>
<a href="https://gitee.com/shen-yu/bigDataV" target="_blank" class="button pure-button"
>项目代码</a
>
</div>
</header>
<div class="wrapper">
<div class="box">
<h3>地图数据可视化 - 基于ECharts Geo</h3>
<a
href="echarts01/index.html"
target="_blank"
rel="noopener noreferrer"
>
<img src="thumbs/echarts01.jpg" alt="" />
</a>
</div>
<div class="box">
<h3>3D图表展示 - 基于ECharts GL</h3>
<a
href="echarts02/index.html"
target="_blank"
rel="noopener noreferrer"
>
<img src="thumbs/echarts02.jpg" alt="" />
</a>
</div>
<div class="box">
<h3>基于阿里云DataV</h3>
<a
href="https://datav.aliyun.com/share/36232cfef0b6a555a7c08d8a51fbd882"
target="_blank"
rel="noopener noreferrer"
>
<img src="thumbs/datav.jpg" alt="" />
</a>
</div>
<div class="box">
<h3>基于百度Sugar</h3>
<a
href="https://sugar.baidubce.com/dashboard/646639d470c66941baff68fe0dd020c8"
target="_blank"
rel="noopener noreferrer"
>
<img src="thumbs/sugar.jpg" alt="" />
</a>
</div>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。