yaph / d3-geomap

A library for creating geographical maps based on D3.js
https://d3-geomap.github.io/
MIT License
133 stars 45 forks source link

Make map responsive #34

Closed yaph closed 9 years ago

yaph commented 9 years ago

Set width, height, scale and translate to null as defaults and calculate in draw function if not given. Check each accessor individually, to not overrider user settings.