@moritzbrantner/charts - v0.1.1
    Preparing search index...

    Type Alias ChartAnomalyMarkerListProps<TProperties>

    type ChartAnomalyMarkerListProps<TProperties = Record<string, unknown>> = {
        anomalies: ChartAnomalyAnnotation<TProperties>[];
        className?: string;
        formatValue?: (value: number) => ReactNode;
        onSelect?: (anomaly: ChartAnomalyAnnotation<TProperties>) => void;
    }

    Type Parameters

    • TProperties = Record<string, unknown>
    Index

    Properties

    className?: string
    formatValue?: (value: number) => ReactNode
    onSelect?: (anomaly: ChartAnomalyAnnotation<TProperties>) => void