module
meteoJS/thermodynamicDiagram/axis
Source: thermodynamicDiagram/
Child class
Abstract types
Class
Axis
Method
inner
getNormalizedTitleOptions(options) → module:meteoJS/thermodynamicDiagram/axis~titleOptions
Normalize the options for the title.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
options |
|
Options. |
- Returns
-
module:meteoJS/thermodynamicDiagram/axis~titleOptions
Normalized options.
Abstract types
inner
labelsOptions module:meteoJS/thermodynamicDiagram~textOptions
Definitions for the labels of an axis.
Properties
Name | Type | Optional | Description |
---|---|---|---|
interval |
number |
Yes |
Interval between the labels. |
unit |
string |
Yes |
Unit of the label values. |
prefix |
string |
Yes |
Prefix of the label text. Defaults to |
decimalPlaces |
integer |
Yes |
Number of digits to appear after the decimal point of the label values. Defaults to |
inner
options module:meteoJS/thermodynamicDiagram/plotArea~options
Options for the constructor.
Properties
Name | Type | Optional | Description |
---|---|---|---|
labels |
|
Options for the yAxis Labels. |
|
title |
|
Options for the title of the Axis. |
|
isHorizontal |
boolean |
Yes |
Internal. Is the axis horizontal or vertical. Defaults to |
inner
titleOptions module:meteoJS/thermodynamicDiagram~textOptions
Title definition for an axis.
Property
Name | Type | Optional | Description |
---|---|---|---|
text |
string |
Yes |
Title text. Defaults to |