API Reference / chartSignatureOf · function
Function: chartSignatureOf()
function chartSignatureOf(bodies, opts?): ChartSignature;
Structural counts for a body map. Lower-level form of chartSignature:
bodies maps a body id to { lon, house? }.
Parameters
| Parameter | Type |
|---|---|
bodies | Record<string, SignatureBody> |
opts | SignatureOptions |