unhcr / dataviz-streamgraph-explorer

https://unhcr.github.io/dataviz-streamgraph-explorer/#types=1-2-3-4-5-6-7
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Reliable Resize Behavior #99

Closed curran closed 6 years ago

curran commented 6 years ago

Currently, the size is correct on load, but becomes incorrect after the data is fetched and more elements appear on the page (e.g. the radio buttons).

Rather than responding to resize only on resize events, maybe we can solve this by polling for size changes.