Perseus
    Preparing search index...
    type PerseusGraphTypeSinusoid = {
        coords?: Coord[] | null;
        startCoords?: Coord[];
        type: "sinusoid";
    }
    Index

    Properties

    coords?: Coord[] | null

    Expects a list of 2 Coords

    startCoords?: Coord[]

    The initial coordinates the graph renders with.

    type: "sinusoid"