Reincharts
    Preparing search index...

    Hierarchy

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    defaultProps: {
        accessor: (d: unknown) => unknown;
        changeFormat: (n: number | {}) => string;
        className: string;
        displayTexts: { c: string; h: string; l: string; na: string; o: string };
        displayValuesFor: (_: any, props: any) => any;
        fontFamily: string;
        ohlcFormat: (n: number | {}) => string;
        origin: number[];
        percentFormat: (n: number | {}) => string;
    } = ...

    Methods