summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/view/graph_view.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js
index be160d18..044e168b 100644
--- a/src/client/view/graph_view.js
+++ b/src/client/view/graph_view.js
@@ -1198,7 +1198,7 @@ function GraphView(spec) {
function layout__concentric() {
return layout__sync(function () {
- var bytype = _.groupBy(this._nodes, 'type'),
+ var bytype = _.sortBy(_.groupBy(this._nodes, 'type'), "length"),
types = _.keys(bytype),
i,
r,