MAIDR Documentation - v3.65.0
    Preparing search index...

    Interface RechartsLayerConfig

    A single data series/layer configuration for composed charts. Use this when a chart has multiple series of different types.

    interface RechartsLayerConfig {
        yKey: string;
        chartType: RechartsChartType;
        name?: string;
    }
    Index

    Properties

    Properties

    yKey: string

    Key in the data array for this series' y-values.

    Chart type for this series.

    name?: string

    Display name for this series (used in legends/descriptions).