<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>amCharts V4 Example - multiple-series-map-chart</title> <link rel="stylesheet" href="index.css" /> </head> <body> <div id="chartdiv"></div> <script src="../../../core.js"></script> <script src="../../../maps.js"></script> <script src="../../../themes/animated.js"></script> <script src="../../../geodata/worldLow.js"></script> <script src="../../../geodata/usaLow.js"></script> <script src="index.js"></script> </body> </html>