stream-charts
    Preparing search index...

    Type Alias BoundingBox

    Type for representing the dimensions and location of the bounding box for an SVG text element.

    type BoundingBox = {
        height: number;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    height: number
    width: number
    x: number
    y: number