API Reference

If you wish to use our embedded widget on your site, you may copy and paste the following HTML into your web page.

Be sure to modify the url with the correct station id. (replace {STATION_ID} with your ID)

example url: https://dashboard.hohonu.io/chart/hohonu-198

    <iframe 
      src="https://dashboard.hohonu.io/chart/{STATION_ID}" 
      style="margin: 30px auto; width:100%; height: 750px;"
      frameborder="0" 
    ></iframe>

The suggested height provides the optimal experience, and the chart will be responsive. However, the style may also be edited to suit your page requirements.
For optimal mobile viewing, we recommend setting the width of the iframe to be able to expand to its container.