MCPcopy
hub / github.com/umami-software/umami / WorldMapProps

Interface WorldMapProps

src/components/metrics/WorldMap.tsx:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import { formatLongNumber } from '@/lib/format';
15
16export interface WorldMapProps extends ColumnProps {
17 websiteId?: string;
18 data?: any[];
19}
20
21export function WorldMap({ websiteId, data, ...props }: WorldMapProps) {
22 const [tooltip, setTooltipPopup] = useState();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected