Class

Method

inner

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

inner

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 windspeed have the following properties:

Name Type Optional Description

visible

boolean

Yes

Visibility.

Defaults to true.

unit

string

Yes

Unit of the value text. Allowed values: 'm/s', 'kn', 'km/h'

Defaults to 'kn'.

decimalPlaces

integer

Yes

Number of digits to appear after the decimal point.

Defaults to 0.

prefix

string

Yes

Prefix of the value text.

Defaults to ' kn'.

windspeedMax

number

Yes

The maximum visible windspeed. Unit: m/s.

Defaults to 77.17.

inner

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 100.

inner

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 0.

interval

number

Yes

Interval between the grid lines.

Defaults to 25.72.

inner

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 77.17.

grid

Object

Yes

Options for grid.

Values in grid have the following properties:

Name Type Optional Description

isotachs

module:meteoJS/thermodynamicDiagram/windspeedProfile~isotachsOptions

Yes

Options for isotach grid. By default, the lines are grey and dashed.

isobars

module:meteoJS/thermodynamicDiagram/windspeedProfile~isobarsOptions

Yes

Options for isobar grid. By default, the lines are grey and dashed.

hoverLabels

module:meteoJS/thermodynamicDiagram/windspeedProfile~hoverLabelsOptions

Yes

Hover labels options.

Event

change:windspeedMax

Triggered, when the windspeedMax changes.