Interface UplotScaleOptionsExperimental

One µPlot scale definition (the subset this adapter emits).

interface UplotScaleOptions {
    range?: readonly [number, number];
    time?: boolean;
}

Properties

Properties

range?: readonly [number, number]
time?: boolean