Reincharts
    Preparing search index...

    Hierarchy

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    defaultProps: {
        clip: boolean;
        fill: { down: string; partial: string; up: string };
        stroke: { down: string; up: string };
        strokeWidth: number;
        yAccessor: (d: any) => { close: any; high: any; low: any; open: any };
    } = ...

    Methods

    • Parameters

      • plotData: any[]
      • xScale: ScaleContinuousNumeric<number, number>
      • xAccessor: any
      • yScale: ScaleContinuousNumeric<number, number>

      Returns {
          fillStyle: undefined | string;
          height: number;
          strokeStyle: undefined | string;
          width: number;
          x: number;
          y: number;
      }[]