You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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
The text was updated successfully, but these errors were encountered: