bulicekj commented on a change in pull request #2537: dependency graph filtering URL: https://github.com/apache/incubator-zipkin/pull/2537#discussion_r279528526
########## File path: zipkin-lens/src/components/Dependencies/DependenciesGraph.js ########## @@ -71,8 +79,8 @@ class DependenciesGraph extends React.Component { name: 'dependencies-graph', updated: new Date().getTime(), maxVolume: maxVolume * 2000, - nodes: graph.allNodes(), - connections: graph.allEdges(), + nodes, + connections }} objectHighlighted={this.handleObjectHighlighted} match={filter} Review comment: Good call 👍 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services