MAIDR Documentation - v3.73.0
    Preparing search index...
    • Resolve a facet field's domain keys in Vega's layout order.

      Prefers the compiled view's domain dataset (row_domain, column_domain, or facet_domain), which reflects the exact order Vega lays cells out in — including custom facet sorts. Falls back to the distinct values found in fallbackRows, sorted ascending (Vega-Lite's default facet sort).

      Keys are String()-ified so they compare consistently with the per-cell row filtering, which stringifies the same dataset values.

      Parameters

      • field: string
      • fallbackRows: Record<string, unknown>[]
      • Optionalview: VegaView
      • OptionaldatasetName: string

      Returns string[]