Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Praneeth-discovery opened this issue Oct 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Praneeth-discovery
Copy link

Praneeth-discovery commented Oct 10, 2024

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 Praneeth-discovery added the bug Something isn't working label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant