trimChartDataLeft
trimChartDataLeft(
data,tMin,derivedNames):ChartDataMap
Defined in: utils/mergeChartData.ts:43
Trim data points where t < tMin using binary search + subarray (O(1) zero-copy). Returns the original data if no trimming is needed.
Parameters
Section titled “Parameters”number
derivedNames
Section titled “derivedNames”string[]