MAIDR Documentation - v3.39.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;
        fill?: string;
    }
    Index

    Properties

    Properties

    x: string | number
    y: number
    fill?: string