Skip to Content
Normals

WeatherBlox - Normals

Object
aeris.wxblox.views.Normals
Data Usage

The Normals component displays the monthly climate normals for a single location.

Normals

Examples

Display the climate normals for Minneapolis, MN for May:

const view = new aeris.wxblox.views.Normals('#wxblox', { range: { from: '5/1/2017' } }); view.load({ p: 'minneapolis,mn' });

Display the climate normals for Houston, TX for the month of December:

const view = new aeris.wxblox.views.Normals('#wxblox', { range: { from: '12/1/2017' } }); view.load({ p: 'houston,tx' });

Configuration

The following configuration options are supported by this view:

OptionDescriptionDefault
range.fromType: string (){today_date}
range.toType: string ()
enabledType: boolean ()true
metricType: boolean ()false
renderNoDataType: boolean ()true
requestType: object ()

Methods

The following methods are supported by instances of this view:

Events

The following events are triggered by instances of this view:

© 2026 Xweather (opens in a new tab)Terms of Service (opens in a new tab)Privacy Policy (opens in a new tab)