Langfuse JS/TS SDKs
    Preparing search index...

    Interface DashboardWidgetChartConfig

    Chart-specific widget configuration.

    type must match the top-level chartType. row_limit applies to total-value charts and pivot tables. bins applies to histograms. defaultSort applies to pivot tables.

    interface DashboardWidgetChartConfig {
        bins?: number;
        defaultSort?: unstable.DashboardWidgetDefaultSort;
        row_limit?: number;
        show_value_labels?: boolean;
        type: unstable.DashboardWidgetChartType;
    }
    Index

    Properties

    bins?: number
    row_limit?: number
    show_value_labels?: boolean