MAIDR Documentation - v3.65.0
    Preparing search index...

    Interface LinePoint

    Data point for line charts with optional fill color for multi-series plots.

    interface LinePoint {
        x: string | number;
        y: number;
        z?: string;
    }
    Index

    Properties

    x y z?

    Properties

    x: string | number
    y: number
    z?: string