Interactive data-visualisation for popstats.unhcr.org
![]()
To install and serve locally
npm installbower installgrunt serve
To build and deploy
grunt buildpackages the application into the dist folder- ssh into server (unhcrpsr alias)
- cd /var/www/dataviz
- git pull
To embed the visualisation in other pages
<script>window.onresize = function(){
iframeResize();}; function iframeResize(){ var iw = $('#unhcr_popstats_embed').width();
$('#unhcr_popstats_embed').height(iw/1.415);};
</script>```