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

    Interface ScatterPoint

    interface ScatterPoint {
        color?: string;
        label?: string;
        row: string;
        status?: Status;
        x: number;
    }
    Index

    Properties

    color?: string

    Explicit dot color (overrides status).

    label?: string

    Tooltip / accessible label for the point.

    row: string

    Row (category) this point belongs to; must match one of rows.

    status?: Status
    x: number