4 Star 4 Fork 0

Sunday / echarts图表合集

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
echarts5-new.html 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
Sunday 提交于 2020-12-09 14:40 . yh
<!DOCTYPE html>
<html lang="zh">
<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="./css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="./css/step.css">
<link rel="stylesheet" href="./css/index.css">
</head>
<body>
<div class="daohang">
<ul class="nav nav-pills nav-stacked">
<li role="presentation" class="active">
<a href="#index_1">新-饼图</a>
</li>
<!-- <li role="presentation">
<a href="#index_line">新-饼图</a>
</li> -->
</ul>
</div>
<div class="container">
<h1>echarts5.0版本图表库</h1>
<h1 id="index_1">新-饼图</h1>
<div class="row">
<div class="col-sm-12 col-md-6">
<div class="chart-wrap" style="height: 5rem;">
<div class="chart text-center" id="new_pie_1"></div>
</div>
<div class="alert alert-info">图例翻页,结合jquery.mousewheel.min.js插件</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="chart-wrap" style="height: 5rem;">
<div class="chart" id="new_pie_2"></div>
</div>
<div class="alert alert-info">说明:圆角效果需引用第三方echarts.simple.min-custom.js</div>
</div>
</div>
</div>
<script src="./js/rem.js"></script>
<script src="./js/jquery-1.8.3.min.js"></script>
<script src="./js/echarts5.0.min.js"></script>
<!-- <script src="./js/echarts.min.js"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/gh/a413107719/echarts-pie-roundcap/echarts.simple.min-custom.js"></script> -->
<script src="./js/common.js"></script>
<script src="./js/S_mock.js"></script>
<script src="./js/jquery.mousewheel.min.js"></script>
<script src="./js/chart_new.js"></script>
<script>
$(function () {
new_pie_1();
new_pie_2();
})
</script>
</body>
</html>
HTML
1
https://gitee.com/sundayweb/echarts_chart_collection.git
git@gitee.com:sundayweb/echarts_chart_collection.git
sundayweb
echarts_chart_collection
echarts图表合集
master

搜索帮助