normalizeCompareSeries
Documentation / @elitechart/core / normalizeCompareSeries
Defined in: compare/compare-types.ts:82
Given a compare series and the primary's anchor price + time, compute the normalized polyline points to render (in compare-series-bar order, skipping bars before the anchor window).
Parameters
compare
primaryAnchorPrice
primaryAnchorTime
Returns
readonly {
price: Price;
time: TimestampMs;
}[]