bkjxxxw/WebContent/static/echarts-2.2.7/extension/BMap/doc/example.html

20 lines
596 B
HTML
Raw Normal View History

2024-03-18 10:04:33 +08:00
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
body {
margin: 0;
}
#main {
height: 100%;
}
</style>
</head>
<body>
<div id="main"></div>
<script src="../../../doc/example/www/js/echarts.js"></script>
<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=ZUONbpqGBsYGXNIYHicvbAbM"></script>
<script src="../../../doc/asset/js/jquery.min.js"></script>
<script src="./example.js"></script>
</body>
</html>