Reincharts
    Preparing search index...

    Class AlternatingFillAreaSeries

    AlternatingFillAreaSeries component is similar to a AreaSeries but with different colors above and below the base.

    Hierarchy

    Index

    Constructors

    Properties

    clipPathId1: string = ...
    clipPathId2: string = ...
    defaultProps: {
        connectNulls: boolean;
        fillStyle: { bottom: string; top: string };
        strokeDasharray: { bottom: strokeDashTypes; top: strokeDashTypes };
        strokeStyle: { bottom: string; top: string };
        strokeWidth: { bottom: number; top: number };
    } = ...

    Methods