Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ isGeo
Function
isGeo
packages/chart-recommender/src/geo.ts:32–34 ·
view source on GitHub ↗
(column: SandDance.types.Column, data?: object[])
Source
from the content-addressed store, hash-verified
30
}
31
32
export
function
isGeo(column: SandDance.types.Column, data?: object[]) {
33
return
isLatitude(column, data) || isLongitude(column, data);
34
}
Callers
1
preferredColumnForTreemapSize
Function · 0.90
Calls
2
isLatitude
Function · 0.70
isLongitude
Function · 0.70
Tested by
no test coverage detected