Home / Type/ MapChartTheme Type — supabase Architecture

MapChartTheme Type — supabase Architecture

Architecture documentation for the MapChartTheme type/interface in geo.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Reports/utils/geo.ts lines 6–14

export interface MapChartTheme {
  zeroFill: string // fill for countries with zero (or when max=0)
  brandFill: string // base fill color (same for all, vary by opacity)
  opacityScale: [number, number, number, number, number] // low -> high opacities
  boundaryStroke: string
  boundaryStrokeHover: string
  markerFill: string
  oceanFill: string
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free