module
meteoJS/thermodynamicDiagram/axes/windspeedProfileAxis
Source: thermodynamicDiagram/
Child class
Abstract types
Class
WindspeedProfileAxis
Abstract types
inner
labelOptions module:meteoJS/thermodynamicDiagram/axis~labelsOptions
Definitions for the labels of the windspeed profile axis.
Properties
Name | Type | Optional | Description |
---|---|---|---|
interval |
number |
Yes |
Interval between the labels. Defaults to |
unit |
string |
Yes |
Unit of the label values. Allowed values: 'm/s', 'kn', 'km/h'. Defaults to |
prefix |
string |
Yes |
Prefix of the label text. Defaults to |
inner
options module:meteoJS/thermodynamicDiagram/axis~options
Options for the constructor.
Properties
Name | Type | Optional | Description |
---|---|---|---|
labels |
module:meteoJS/thermodynamicDiagram/axes/windspeedProfileAxis~labelOptions |
Yes |
Options for the labels. |
windspeedMax |
number |
Yes |
The maximum windspeed value. Unit: m/s. Defaults to |