Commit f8099e48 by DarshanKumar

Updated Alignment with lineage

Updated Alignment with lineage
parent 6eb60f1e
......@@ -110,9 +110,9 @@ angular.module('dgc.lineage').controller('LineageController', ['$element', '$sco
var margin = {
top: 100,
right: 50,
right: 70,
bottom: 30,
left: 50
left: 70
};
width = width - margin.right - margin.left;
height = height - margin.top - margin.bottom;
......@@ -170,8 +170,8 @@ angular.module('dgc.lineage').controller('LineageController', ['$element', '$sco
})
.attr("x", "-12px")
.attr("y", "-12px")
.attr("width", "24px")
.attr("height", "24px");
.attr("width", "34px")
.attr("height", "34px");
nodeEnter.append('text')
.attr('x', function(d) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment