module
meteoJS/thermodynamicDiagram/diagramParcel
Source: thermodynamicDiagram/
Child class
Abstract types
Events
Class
DiagramParcel
Abstract types
inner
options module:meteoJS/base/unique~options
Definition of the options for the constructor.
Properties
Name | Type | Optional | Description |
---|---|---|---|
parcel |
Yes |
Parcel object. |
|
visible |
boolean |
Yes |
Visibility of the parcel. Defaults to |
temp |
Yes |
Options for the temperature curve. |
|
dewp |
Yes |
Options for the dewpoint curve. |
inner
parcelOptions Object
Style/visibility options for a parcel in the thermodynamic diagram.
Properties
Name | Type | Optional | Description |
---|---|---|---|
visible |
boolean |
Yes |
Visibility in the thermodynamic diagram. Defaults to |
temp |
Yes |
Options for the temperature curve. |
|
dewp |
Yes |
Options for the dewpoint curve. |
Events
change:options
Change options event.
change:visible
Change visibility event. Only triggered, if the visibility of the parcel changes.