Reincharts
    Preparing search index...

    Hierarchy

    Index

    Constructors

    Properties

    defaultProps: {
        absoluteChange: (d: any) => any;
        bins: number;
        bySession: boolean;
        fill: (
            __namedParameters: { type: "up" | "down"; width: number },
        ) => "rgba(38, 166, 154, 0.5)" | "rgba(239, 83, 80, 0.5)";
        maxProfileWidthPercent: number;
        orient: string;
        partialEndOK: boolean;
        partialStartOK: boolean;
        sessionBackground: string;
        sessionStart: (__namedParameters: any) => boolean;
        showSessionBackground: boolean;
        source: (d: any) => any;
        stroke: string;
        volume: (d: any) => any;
    } = ...

    Methods

    • Parameters

      • ctx: CanvasRenderingContext2D
      • rects: any[]
      • sessionBg: any[]

      Returns void