# HG changeset patch
# User raph
# Date 1365773858 -7200
# Node ID 5e0e0884b03a5bf2d597415a1a3393fda529c369
# Parent 10a958322a6299f17c2581c1990d2b9e1eec5020
Added data-cluster-id to streamgraph
diff -r 10a958322a62 -r 5e0e0884b03a .project
--- a/.project Tue Jan 29 13:29:21 2013 +0100
+++ b/.project Fri Apr 12 15:37:38 2013 +0200
@@ -5,7 +5,13 @@
+
+ com.aptana.ide.core.unifiedBuilder
+
+
+
+ com.aptana.projects.webnature
diff -r 10a958322a62 -r 5e0e0884b03a integration/js/streamgraph.js
--- a/integration/js/streamgraph.js Tue Jan 29 13:29:21 2013 +0100
+++ b/integration/js/streamgraph.js Fri Apr 12 15:37:38 2013 +0200
@@ -169,6 +169,7 @@
}).mouseout(function() {
$("body").trigger("unselect-cluster", line.id);
});
+ $(line.mousesurface.node).attr("data-cluster-id", line.id).parent().attr("data-cluster-id", line.id);
});
$("body").on("unselect-cluster", function(e, clusterid) {