EU Parliament Monitor - API Documentation - v0.7.15
    Preparing search index...

    Interface BubblePoint

    A single point in a bubble dataset.

    interface BubblePoint {
        x: number;
        y: number;
        r: number;
    }
    Index

    Properties

    x y r

    Properties

    x: number

    X-axis value

    y: number

    Y-axis value

    r: number

    Bubble radius in pixels