Class

Abstract types

inner

coordinateSystemOptions  module:meteoJS/thermodynamicDiagramPluggable~options

Options for the coordinate system.

Properties

Name Type Optional Description

type

('skewTlogP', 'stueve', or 'emagram')

Yes

Thermodynamic diagarm type.

Defaults to 'skewTlogP'.

pressure

module:meteoJS/thermodynamicDiagram/coordinateSystem~pressureOptions

Yes

Pressure options.

temperature

module:meteoJS/thermodynamicDiagram/coordinateSystem~temperatureOptions

Yes

Temperature options.

inner

fontOptions  Object

Definition of font options. Some properties misses.

Parameters

Name Type Optional Description

size

mixed

Yes

Size.

Defaults to 12.

color

mixed

Yes

Color.

Defaults to 'black'.

anchor

('start', 'middle', or 'end')

Yes

Anchor.

inner

lineOptions  Object

A line with its visibility and style.

Parameters

Name Type Optional Description

visible

boolean

Yes

Visibility of the line.

Defaults to true.

style

module:meteoJS/thermodynamicDiagram~lineStyleOptions

Yes

Line style.

inner

lineStyleOptions  Object

Definition of a line style. Some properties misses.

Properties

Name Type Optional Description

color

string

Yes

Color.

Defaults to 'black'.

width

number

Yes

Width.

Defaults to 1.

opacity

(undefined or number)

Yes

Opacity.

linecap

('butt', 'round', or 'square')

Yes

Linecap.

linejoin

('arcs', 'bevel', 'miter', 'miter-clip', or 'round')

Yes

Linejoin.

dasharray

string

Yes

Dasharray.

dashoffset

(number or string)

Yes

Dashoffset.

inner

lineTextOptions  module:meteoJS/thermodynamicDiagram~lineOptions

An object with its visibility, style and font style.

Property

Name Type Optional Description

font

module:meteoJS/thermodynamicDiagram~fontOptions

Yes

Font defintions.

inner

options  module:meteoJS/thermodynamicDiagramPluggable~options

Options for the constructor.

Parameters

Name Type Optional Description

coordinateSystem

module:meteoJS/thermodynamicDiagram~coordinateSystemOptions

Yes

Coordinate system options.

diagram

module:meteoJS/thermodynamicDiagram/tdDiagram~options

Yes

Options for the real thermodynamic diagram.

windbarbs

module:meteoJS/thermodynamicDiagram/windbarbsProfile~options

Yes

Options for the windbarbs profile.

windprofile

module:meteoJS/thermodynamicDiagram/windspeedProfile~options

Yes

Options for the windspeed profile.

windspeedProfileAxis

module:meteoJS/thermodynamicDiagram/axes/windspeedProfileAxis~options

Yes

Options for the windspeed profile axis.

hodograph

module:meteoJS/thermodynamicDiagram/hodograph~options

Yes

Options for the hodograph container.

xAxis

module:meteoJS/thermodynamicDiagram/axes/xAxis~options

Yes

Options for the xAxis container.

yAxis

module:meteoJS/thermodynamicDiagram/axes/yAxis~options

Yes

Options for the yAxis container.

inner

textOptions  Object

A text with its visibility, style and font style.

Parameters

Name Type Optional Description

visible

boolean

Yes

Visibility of the line.

Defaults to true.

font

module:meteoJS/thermodynamicDiagram~fontOptions

Yes

Font defintions.