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

    Type Alias ChartThresholdMarkerProps<TProperties>

    type ChartThresholdMarkerProps<TProperties = Record<string, unknown>> = {
        annotations: ChartThresholdAnnotation<TProperties>[];
        className?: string;
        formatLabel?: (annotation: ChartThresholdAnnotation<TProperties>) => string;
    }

    Type Parameters

    • TProperties = Record<string, unknown>
    Index

    Properties

    className?: string
    formatLabel?: (annotation: ChartThresholdAnnotation<TProperties>) => string