Skip to content

Options🔗

Identical to timeseries... except it does not have timezone settings

Definition🔗

export interface Options {
    legend: common.VizLegendOptions;
    tooltip: common.VizTooltipOptions;
    // Name of the x field to use (defaults to first number)
    xField?: string;
}

Methods🔗

No methods.