D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
denisemauldin
Full window
Github gist
US Map with different shapes for cities based on data
Built with
blockbuilder.org
<html><head> <link rel="stylesheet" href="style.css"> </head> <body> <div id="map" style="display: flex;"> </div> <script src="https://d3js.org/d3.v4.min.js"></script> <script src="index.js"></script> </body> </html>
https://d3js.org/d3.v4.min.js