novatec-service-dependency-graph-panel icon indicating copy to clipboard operation
novatec-service-dependency-graph-panel copied to clipboard

[BUG] - *Statistic Table Not Updating on Node Selection Change in Service Dependency Graph*

Open Praneeth-discovery opened this issue 1 year ago • 0 comments

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:

  1. Create a dashboard with the Service Dependency Graph plugin as a visualization populating the dummy data.
  2. Select a node to display its statistics in the overlay.
  3. 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

Praneeth-discovery avatar Oct 10 '24 07:10 Praneeth-discovery