if (options.globalShowValueEnabled && (animationRefs.length > 0 && animationRefs[index].current)) {
        if (options.processedData) {
          const item = options.processedData[index];
          const val = formatCompositeValueAndTimestamp(metricIndex, item, options.globalDisplayTextTriggeredEmpty)[0];
          if (animationRefs[index].current.innerHTML !== null) {