Reincharts
    Preparing search index...

    Hierarchy

    • Component<MouseCoordinateXV2Props>
      • MouseCoordinateXV2
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • props: MouseCoordinateXV2Props

      Returns MouseCoordinateXV2

    • Parameters

      • props: MouseCoordinateXV2Props
      • context: any

        value of the parent Context specified in contextType.

      Returns MouseCoordinateXV2

    Properties

    defaultProps: {
        at: string;
        bg: {
            fill: string;
            padding: { bottom: number; left: number; right: number; top: number };
            stroke: string;
            strokeWidth: number;
        };
        drawCoordinate: (
            ctx: CanvasRenderingContext2D,
            shape: any,
            props: MouseCoordinateXV2Props,
            moreProps: any,
        ) => void;
        dx: number;
        dy: number;
        orient: string;
        text: {
            fill: string;
            fontFamily: string;
            fontSize: number;
            fontStyle: string;
            fontWeight: string;
        };
        xPosition: (props: MouseCoordinateXV2Props, moreProps: any) => any;
    } = ...

    Methods