assertBars
Documentation / @elitechart/core / assertBars
Defined in: data/validation.ts:85
Assert invariants over an entire bar array. Threads the previous bar
through assertBar so monotonicity is enforced edge-to-edge.
Parameters
bars
readonly Bar[]
mode?
ValidationMode = 'strict'
onWarn?
Returns
void