Wed Aug 09, 2023 6:16 pm
Thank you so much. I am looking to list my data by towns though, not by county.
I am wondering if there is another set of data that I can use to construct the map:
const data = [
['us-ma-007', 10], ['us-ma-019', 11], ['us-ma-001', 12],
['us-ma-027', 13], ['us-ma-015', 14], ['us-ma-021', 15],
['us-ma-005', 16], ['us-ma-023', 17], ['us-ma-013', 18],
['us-ma-025', 19], ['us-ma-009', 20], ['us-ma-017', 21],
['us-ma-003', 22], ['us-ma-011', 23]
];
I haven't poured over the javascript itself yet, maybe the towns are listed in there.