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

    Interface BarPoint

    Data point for bar charts with x and y coordinates.

    interface BarPoint {
        x: string | number;
        y: string | number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    x y

    Properties

    x: string | number
    y: string | number