Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add animation to service map layout (#56042)
We had previously deleted the animation because the method we were using for adding nodes to the map would wipe the whole map out before redrawing it and make for very awkward animation. The way it works now is the Cytoscape component calls `add` on the cytoscape instance when new elements are added, so the animation looks ok. Fixes #54796. Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
- Loading branch information