interface DataOptions {
    advanced: boolean;
    dryBulb: string;
    enabled: boolean;
    gradient: PaletteName;
    legend: string;
    line: boolean;
    measurement: Measurement;
    other: string;
    pointRadius: number;
    relHumType: "percent" | "float";
}

Properties

advanced: boolean

Defines whether or not to show advanced state variables.

dryBulb: string

The name of the dry bulb series.

enabled: boolean

Optionally disable this series to hide it from the rendering.

gradient: PaletteName

Determines the color gradient for time series plots.

legend: string

Add a label to this data series.

line: boolean

Determines whether or not to connect points with a line.

measurement: Measurement

The type of measurements that were taken.

other: string

The name of the wet bulb, dew point, or relative humidity series, depending on measurement.

pointRadius: number

The point radius, in pixels.

relHumType: "percent" | "float"

The relative humidity measurement type, in percent [0-100] or float [0.0-1.0]

MMNEPVFCICPMFPCPTTAAATR