<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
<title></title>
</head>
<body>
<div id="main" style="width: 100%; height: 600px;"></div>
<script type="text/javascript" src="./lib/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="./lib/echarts.min.js" ></script>
<script type="text/javascript" src="./map/hb/hebei.js"></script>
<script type="text/javascript" src="./extendsMap.js"></script>
<script>
var myChart = echarts.extendsMap('main', {
bgColor: '#154e90',
mapName: '河北',
goDown: true,
callback: function(name, option, instance){
// console.log(name, option, instance);
}
});
</script>
</body>
</html>