anychart-react
Version:
React component for AnyChart JavaScript charting library
14 lines • 548 B
HTML
<html>
<head>
<!-- include Proj4j -->
<script src="../assets/proj4.js"></script>
<link rel="stylesheet" href="../../node_modules/anychart/dist/css/anychart-ui.min.css"/>
<link rel="stylesheet" href="../../node_modules/anychart/dist/fonts/css/anychart-font.min.css"/>
<script src="../../node_modules/anychart/dist/geodata/countries/australia/australia.js"></script>
</head>
<body>
<div id="root" style="width: 800px; height: 600px"></div>
<script src="choropleth_map.min.js"></script>
</body>
</html>