MAIDR Documentation - v3.65.0
    Preparing search index...

    Interface VegaLiteChannelDef

    Subset of a Vega-Lite channel definition fields read by the adapter.

    interface VegaLiteChannelDef {
        field?: string;
        type?: string;
        aggregate?: string;
        title?: string;
        axis?: { title?: string } | null;
        bin?: boolean | Record<string, unknown>;
        stack?: string | boolean | null;
    }
    Index

    Properties

    field?: string
    type?: string
    aggregate?: string
    title?: string
    axis?: { title?: string } | null
    bin?: boolean | Record<string, unknown>
    stack?: string | boolean | null