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

    Type Alias ChartSampleInteraction<TProperties>

    type ChartSampleInteraction<TProperties = Record<string, unknown>> = {
        clientX: number;
        clientY: number;
        domainValue: number;
        sample: ChartDensitySample<TProperties>;
    }

    Type Parameters

    • TProperties = Record<string, unknown>
    Index

    Properties

    clientX: number
    clientY: number
    domainValue: number