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

    Type Alias ChartDeltaSeriesOptions<TProperties>

    type ChartDeltaSeriesOptions<TProperties = Record<string, unknown>> = {
        accessor?: ChartSampleValueAccessor<TProperties>;
        mode?: "absolute" | "percent";
        offset?: number;
    }

    Type Parameters

    • TProperties = Record<string, unknown>
    Index

    Properties

    mode?: "absolute" | "percent"
    offset?: number