Reincharts
    Preparing search index...

    Hierarchy

    • Component<MouseCoordinateYProps>
      • MouseCoordinateY
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • props: MouseCoordinateYProps

      Returns MouseCoordinateY

    • Parameters

      • props: MouseCoordinateYProps
      • context: any

        value of the parent Context specified in contextType.

      Returns MouseCoordinateY

    Properties

    defaultProps: {
        arrowWidth: number;
        at: string;
        dx: number;
        fill: string;
        fitToText: boolean;
        fontFamily: string;
        fontSize: number;
        opacity: number;
        orient: string;
        rectHeight: number;
        rectWidth: number;
        strokeOpacity: number;
        strokeWidth: number;
        textFill: string;
        yAxisPad: number;
    } = ...

    Methods

    • Parameters

      • props: MouseCoordinateYProps
      • moreProps: any

      Returns
          | undefined
          | {
              arrowWidth: any;
              coordinate: string;
              dx: any;
              edgeAt: any;
              fill: any;
              fitToText: any;
              fontFamily: any;
              fontSize: any;
              hideLine: boolean;
              opacity: any;
              orient: any;
              rectHeight: any;
              rectWidth: any;
              show: boolean;
              stroke: any;
              strokeOpacity: any;
              strokeWidth: any;
              textFill: any;
              type: string;
              x1: number;
              x2: any;
              y1: number;
              y2: number;
          }