Reincharts
    Preparing search index...

    Interface CurrentCoordinateProps

    interface CurrentCoordinateProps {
        fillStyle?: string | ((data: any) => string);
        r: number;
        strokeStyle?: string | ((data: any) => string);
        yAccessor: (item: any) => number;
    }
    Index

    Properties

    fillStyle?: string | ((data: any) => string)

    Fill style for the circle.

    r: number

    The radius to draw the circle

    strokeStyle?: string | ((data: any) => string)

    Stroke of the circle

    yAccessor: (item: any) => number

    Y accessor to use for the circle.