()
| 1559 | }; |
| 1560 | |
| 1561 | const resetUpdateInterpolationCaches = (): void => { |
| 1562 | updateInterpolationCaches.cartesianDataBySeriesIndex.length = 0; |
| 1563 | updateInterpolationCaches.pieDataBySeriesIndex.length = 0; |
| 1564 | }; |
| 1565 | |
| 1566 | // PERFORMANCE: Reusable arrays for annotation processing (avoid allocations per frame) |
| 1567 | const annotationLineBelow: ReferenceLineInstance[] = []; |
no outgoing calls
no test coverage detected