if (options.globalShowTimestampEnabled && (animationTimestampRefs.length > 0 && animationTimestampRefs[index].current)) {
        if (options.processedData) {
          const item = options.processedData[index];
          const ts = formatCompositeValueAndTimestamp(metricIndex, item, options.globalDisplayTextTriggeredEmpty)[1];
          if (animationTimestampRefs[index].current.innerHTML !== null) {