You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dl...@apache.org on 2016/05/26 12:33:16 UTC

[9/9] incubator-quarks git commit: reinstate unintentionally dropped stmt

reinstate unintentionally dropped stmt

Project: http://git-wip-us.apache.org/repos/asf/incubator-quarks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quarks/commit/9f97f31c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks/tree/9f97f31c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks/diff/9f97f31c

Branch: refs/heads/master
Commit: 9f97f31c76b9c55ccc4a77834a4e3b1cab20a8a9
Parents: 7513f23
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Wed May 25 16:31:33 2016 -0400
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Wed May 25 16:31:33 2016 -0400

----------------------------------------------------------------------
 console/servlets/webapp_content/js/graph.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/9f97f31c/console/servlets/webapp_content/js/graph.js
----------------------------------------------------------------------
diff --git a/console/servlets/webapp_content/js/graph.js b/console/servlets/webapp_content/js/graph.js
index bbbfefc..7154221 100644
--- a/console/servlets/webapp_content/js/graph.js
+++ b/console/servlets/webapp_content/js/graph.js
@@ -58,6 +58,7 @@ addValuesToEdges = function(graph, counterMetrics) {
 	edges.forEach(function(edge){
 		if (!edge.value) {
 			edge.value = quartile1;
+			edge.derived = true;
 		} else if (edge.value === "0") {
 			edge.value = 0.45;
 			edge.realValue = 0;