Skip to content

RowsHeatmapOptions🔗

Controls frame rows options

Definition🔗

export interface RowsHeatmapOptions {
    // Sets the name of the cell when not calculating from data
    value?: string;
    // Controls tick alignment when not calculating from data
    layout?: common.HeatmapCellLayout;
}

Methods🔗

No methods.

See also🔗