Skip to content

Commit

Permalink
Update demo-echarts.html
Browse files Browse the repository at this point in the history
Add footer tag with GitHub repo link
  • Loading branch information
Surbowl authored Oct 8, 2023
1 parent 98e5273 commit e2cbd14
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions demo-echarts.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,34 @@
<html>
<head>
<meta charset="utf-8">
<style>
body{
text-align: center;
}
table {
margin: auto;
text-align: left;
}
footer{
padding: 2.5em;
}
#chart-container{
height: 520px;
}
</style>
</head>
<body>

<h2>Map</h2>
<div id="chart-container" style="height: 500px"></div>
<div id="chart-container"></div>

<h2>Table</h2>
<div id="table-container"></div>

<footer>
<a href="https://github.com/Surbowl/world-geo-json-zh">GitHub - Surbowl/world-geo-json-zh</a>
</footer>

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/echarts@5.2.2/dist/echarts.min.js"></script>
<script type="module">
// load word geo json zh data
Expand Down Expand Up @@ -80,4 +99,4 @@ <h2>Table</h2>
}
</script>
</body>
</html>
</html>

0 comments on commit e2cbd14

Please sign in to comment.