D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
sergeiwallace
Full window
Github gist
Canvas Polygon Hover Map
<link href='https://fonts.googleapis.com/css?family=Josefin+Sans:600' rel='stylesheet' type='text/css'> <div class="wrapper"> <h5>Hover over different regions, click to fire link</h5> <div id="timberland-region-map" class="xs-margin-left-15 md-margin-left-35"> <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/383087/timberland_map.png" alt="" class="fallback-image"/> <canvas id="timberland-canvas"></canvas> <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/383087/ajax-load.gif" alt="" class="loader" /> </div> </div>