Ireland's Marine Atlas
Access to Ireland’s marine data and related information
menu
Digital Ocean Widgets
Bubble chart
digitalocean.create({ type: 'bubble-chart', config: { title: 'Max Wave Height vs Peak Period', xTitle: 'Peak Period', yTitle: 'Max Wave Height', datasets: [{ title: 'SmartBay Wave Buoy', url: 'https://erddap.marine.ie/erddap/tabledap/IWaveBNetwork30Min.json?time,station_id,Hmax,PeakPeriod&time%3E=now-1day&station_id=%22SmartBay%20Wave%20Buoy%22&Hmax%3E=0', props: { x: 'PeakPeriod', y: 'Hmax', z: 'time' } }] } });