summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-17 12:36:00 -0500
committerChristian Cleberg <[email protected]>2026-04-17 12:36:00 -0500
commit9b6de370a0b6cb95f46c29f5e1827f9c418ef6cf (patch)
tree6fb0eb8da7900075a46b916237aa1748881e9d4c /index.html
parent0d18b7d6256a2c9685c2a5ea90412a6079ea07bd (diff)
downloadworld-incarceration-9b6de370a0b6cb95f46c29f5e1827f9c418ef6cf.tar.gz
world-incarceration-9b6de370a0b6cb95f46c29f5e1827f9c418ef6cf.tar.bz2
world-incarceration-9b6de370a0b6cb95f46c29f5e1827f9c418ef6cf.zip
phase 1: scaffold D3/TopoJSON migration structure
- Extract country prison data to assets/data/countries.js (ES module) - Add ISO numeric→alpha-3 lookup table for TopoJSON ID bridging - Download world-atlas countries-110m.json (TopoJSON, 108KB) - Create stub ES modules for map, charts, and UI layers - Replace ZingChart/jQuery script tags with single ES module entry point - Preserve original app.js as _app.js.bak for Phase 2+ reference
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/index.html b/index.html
index fe38876..0cb3127 100644
--- a/index.html
+++ b/index.html
@@ -452,11 +452,7 @@
<div id="myChart"></div>
<!-- js -->
- <script src="./assets/js/jquery-3.5.1.min.js"></script>
<script src="./assets/js/bootstrap.bundle.min.js"></script>
- <script src="./assets/js/zingchart-2.9.2.min.js"></script>
- <script src="./assets/js/zingchart-maps-2.9.2.min.js"></script>
- <script src="./assets/js/zingchart-maps-world-countries-2.9.2.min.js"></script>
- <script src="./assets/js/app.js"></script>
+ <script type="module" src="./assets/js/app.js"></script>
</body>
</html>