Perseus
    Preparing search index...
    type PerseusGraphTypeCircle = {
        center?: Coord;
        radius?: number;
        startCoords?: { center: Coord; radius: number };
        type: "circle";
    }
    Index

    Properties

    center?: Coord
    radius?: number
    startCoords?: { center: Coord; radius: number }

    The initial coordinates the graph renders with.

    type: "circle"