Open
Description
Description: When interacting with the Service Dependency Graph, the statistics table overlay does not update to reflect the new node's data upon selecting a different node. This behavior affects user experience as users cannot view relevant statistics for the newly selected node.
Steps to Reproduce:
- Create a dashboard with the Service Dependency Graph plugin as a visualization populating the dummy data.
- Select a node to display its statistics in the overlay.
- Select a different node; observe that the statistics table does not update.
Proposed Solution: A PR has been raised to modify the logic in the updateStatisticTable
method. The changes ensure that the statistics are updated immediately when a different node is selected, enhancing interactivity and usability.
PR Link: Link to PR