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

ParameterType
bodiesRecord<string, PatternBody>
optsPatternOptions

Returns

ChartPattern[]