API Reference / detectPatternsIn · function
Function: detectPatternsIn()
function detectPatternsIn(bodies, opts?): ChartPattern[];
The configurations present among a body map. Lower-level form of
detectPatterns: bodies maps a body id to { lon, house? }.
Parameters
| Parameter | Type |
|---|---|
bodies | Record<string, PatternBody> |
opts | PatternOptions |