algairim commented on a change in pull request #231:
URL: https://github.com/apache/brooklyn-ui/pull/231#discussion_r656123606



##########
File path: ui-modules/blueprint-composer/app/components/util/d3-blueprint.js
##########
@@ -546,7 +547,7 @@ export function D3Blueprint(container, options) {
         let root = d3.hierarchy(blueprint);
         tree(root);
 
-        _d3DataHolder.nodes = root.descendants();
+        _d3DataHolder.nodes = root.descendants().reverse();

Review comment:
       This works ok, I did not notice any side effects so far.




-- 
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:
[email protected]


Reply via email to