meteoJS/thermodynamicDiagram/windspeedProfile
Source: thermodynamicDiagram/
Child class
Abstract types
Event
Class
WindspeedProfile
Method
getNormalizedIsolineOptions(options) → (module:meteoJS/thermodynamicDiagram/windspeedProfile~isobarsOptions or module:meteoJS/thermodynamicDiagram/windspeedProfile~windspeedOptions)
Normalize grid options.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
options |
(module:meteoJS/thermodynamicDiagram/windspeedProfile~isobarsOptions or module:meteoJS/thermodynamicDiagram/windspeedProfile~windspeedOptions) |
|
Options. |
- Returns
-
(module:meteoJS/thermodynamicDiagram/windspeedProfile~isobarsOptions or module:meteoJS/thermodynamicDiagram/windspeedProfile~windspeedOptions)
Normalized options.
Abstract types
hoverLabelsOptions module:meteoJS/thermodynamicDiagram/plotAltitudeDataArea~hoverLabelsOptions
Options for labels on hovering the windspeed profile.
Properties
Name | Type | Optional | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
windspeed |
Object |
Yes |
Options for the output of the windspeed value. Values in
|
||||||||||||||||||||
windspeedMax |
number |
Yes |
The maximum visible windspeed. Unit: m/s. Defaults to |
isobarsOptions module:meteoJS/thermodynamicDiagram~lineOptions
Isobar grid lines.
Properties
Name | Type | Optional | Description |
---|---|---|---|
max |
number |
Yes |
Maximum isobar value for the grid lines. By default, this is the maximum pressure of the coordinate system for x=0. |
min |
number |
Yes |
Minimum isobar value for the grid lines. By default, this is the minimum pressure of the coordinate system for x=0. |
interval |
number |
Yes |
Interval between the grid lines. Defaults to |
isotachsOptions module:meteoJS/thermodynamicDiagram~lineOptions
Isotach grid lines.
Properties
Name | Type | Optional | Description |
---|---|---|---|
max |
number |
Yes |
Maximum windspeed value for the grid lines. By default, this is the maximum visible windspeed. |
min |
number |
Yes |
Value for the first grid line. Defaults to |
interval |
number |
Yes |
Interval between the grid lines. Defaults to |
options module:meteoJS/thermodynamicDiagram/plotAltitudeDataArea~options
Options for the constructor.
Properties
Name | Type | Optional | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
windspeedMax |
number |
Yes |
Maximum visible windspeed, in m/s. Defaults to |
||||||||||||
grid |
Object |
Yes |
Options for grid. Values in
|
||||||||||||
hoverLabels |
module:meteoJS/thermodynamicDiagram/windspeedProfile~hoverLabelsOptions |
Yes |
Hover labels options. |
Event
change:windspeedMax
Triggered, when the windspeedMax changes.