Langfuse JS/TS SDKs
    Preparing search index...

    Interface DashboardWidgetChartConfigInput

    Input-side chart config. type is optional and defaults to the widget's chartType; when given it must match.

    interface DashboardWidgetChartConfigInput {
        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