Ireland's Marine Atlas
Access to Ireland’s marine data and related information
menu
Digital Ocean Widgets
Arrow chart
digitalocean.create({ type: 'arrow-chart', config: { title: 'Wind Speed vs Time', yTitle: 'Wind Speed (knots)', tooltipLabels: { y: "Wind Speed", arrow: "Wind Direction" }, datasets: [ { url: 'https://erddap.marine.ie/erddap/tabledap/ais_met_hydro.json?time,wdir&mmsi=992501174&time%3E=now-4days', props: { x: 'time', direction: 'wdir' } }, { title: 'Wind Speed', url: 'https://erddap.marine.ie/erddap/tabledap/ais_met_hydro.json?time,wspeed&mmsi=992501174&time%3E=now-4days', } ] } });