fcharts-js - v0.3.0
    Preparing search index...

    Interface HeatmapCell

    interface HeatmapCell {
        col: string;
        href?: string;
        label?: string;
        row: string;
        value: number;
    }
    Index

    Properties

    Properties

    col: string
    href?: string

    Drill-down target; wraps the cell in a focusable <a href> (presentation only).

    label?: string

    Overrides the default "row × col: value" cell tooltip.

    row: string
    value: number