Synthetix Cloud v4.13.3

Metrics – Table Selection Graph Update Fix

Fixed an issue where selecting a row in the Metrics Table did not update the associated line graph.
This was caused by a function returning prematurely, preventing data from being retrieved.

The underlying logic has been improved to:

  • Ensure the graph now updates correctly

  • Prevent duplicate API calls

  • Improve overall reliability and performance