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

    Properties

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