@joakimono/echarts-extension-leaflet
Version:
Leaflet map extension for Apache ECharts 5 & 6
27 lines (25 loc) • 557 B
HTML
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Example with ECharts and Leaflet</title>
<link rel="shortcut icon" href="#" />
<style type="text/css">
* {
margin: 0;
padding: 0;
}
html,
body,
#echarts-lmap {
width: 100%;
height: 100%;
overflow: hidden;
}
</style>
</head>
<body>
<div id="echarts-lmap"></div>
<script type="text/javascript" src="dist/main.js"></script>
</body>
</html>