interface PsyOptions {
    altitude: number;
    count: number;
    dbMax: number;
    dbMin: number;
    dpMax: number;
    flipXY: boolean;
    regions: RegionName[];
    series: DataSeries;
    showUnits: "both" | "tooltip" | "axis";
    unitSystem: "IP" | "SI";
    yAxis: "hr" | "dp";
}

Properties

altitude: number

The altitude of measurements taken.

count: number

The number of data series to render.

dbMax: number

The maximum value on the dry bulb axis.

dbMin: number

The minimum value on the dry bulb axis.

dpMax: number

The maximum value on the dew point axis.

flipXY: boolean

Determine whether to render a Mollier diagram.

regions: RegionName[]

Render pre-defined shaded regions.

series: DataSeries

The data series information.

showUnits: "both" | "tooltip" | "axis"

Determine where to show units.

unitSystem: "IP" | "SI"

Represents the unit system, in either US (IP) or metric (SI)

yAxis: "hr" | "dp"

Defines whether to use dew point or humidity ratio on the Y-axis.

MMNEPVFCICPMFPCPTTAAATR