Perseus
    Preparing search index...
    type PerseusGraphTypeLinear = {
        coords?: CollinearTuple | null;
        startCoords?: CollinearTuple;
        type: "linear";
    }
    Index

    Properties

    coords?: CollinearTuple | null

    expects 2 coords

    startCoords?: CollinearTuple

    The initial coordinates the graph renders with.

    type: "linear"