Sam010000101 / flood-watch

Search for historic flood events that happened in the UK
0 stars 2 forks source link

Responsive dashboard (for various screen sizes) #28

Open Sam010000101 opened 1 year ago

Sam010000101 commented 1 year ago
paulashby commented 1 year ago

You could try using $(window).on("resize", functionThatRegeneratesCharts) to remake them - that's how I'm going to adjust the map crop if needed.