WeatherBlox - Normals Layout
Normals LayoutThe Normals local layout is a full-page layout containing an embedded Normals component to display monthly climate normals for the requested month with additional page controls.

Examples
Display a full local climate normals layout for the current month in Montpelier, VT:
const view = new aeris.wxblox.layouts.local.Normals('#wxblox');
view.load({
p: 'montpelier,vt'
});Configuration
The following configuration options are supported by this view:
| Option | Description | Default |
|---|---|---|
data | Type: object () | |
enabled | Type: boolean () | |
metric | Type: boolean () | |
Methods
The following methods are supported by instances of this view:
rendered()show()hide()params()setUnits(:number)units()enabled()setMetric(:boolean)load(:object)refresh()isMetric()Events
The following events are triggered by instances of this view:
renderrender:beforerender:afterload:startload:doneload:errorchange:units