@rcsb/rcsb-saguaro
    Preparing search index...
    interface PlotSequenceLineInterface {
        color?: string;
        g: Selection<SVGGElement, any, null, undefined>;
        height: number;
        xScale: RcsbScaleInterface;
        yScale: RcsbScaleInterface;
    }
    Index

    Properties

    color?: string
    g: Selection<SVGGElement, any, null, undefined>
    height: number