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

    Interface SegmentedPoint

    Data point for segmented/grouped bar charts with fill color identifier.

    interface SegmentedPoint {
        x: string | number;
        y: string | number;
        fill: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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