@rcsb/rcsb-saguaro
    Preparing search index...
    interface PlotLineInterface {
        color: string;
        dx: number;
        dy: number;
        elements: Selection<
            SVGGElement,
            LineDecoratorInterface,
            BaseType,
            undefined,
        >;
        height: number;
        xScale: RcsbScaleInterface;
        y_o: number;
    }
    Index

    Properties

    color: string
    dx: number
    dy: number
    elements: Selection<SVGGElement, LineDecoratorInterface, BaseType, undefined>
    height: number
    y_o: number