Module: app/widget/TideChart

Widget that creates a chart of storm surge and tide data
Author:
Source:

Classes

constructor

Mixins

args

Methods

(private, inner) _init()

Calls the createChart method.
Source:

(inner) createChart()

Creates the tide and storm surge chart for a single tide station.
Source:
To Do:
  • Compartmentalize parts of the chart to handled sepearately

(inner) destroy()

Destroys widget and any lingering tooltips.
Source:

(inner) postCreate()

Creates the dom elements used by the chart.
Source:

(inner) startup()

Starts the widget after it has been constructed. Checks to make sure the required data is loaded.
Source: