make default node number a little smaller

This commit is contained in:
Bland, Paul
2018-08-17 13:37:44 -04:00
parent 7fcccb4ab2
commit 8035572fac

View File

@@ -195,7 +195,7 @@ export const insertSequenceNumber = function (elem) {
.append('circle') .append('circle')
.attr('cx', 15) .attr('cx', 15)
.attr('cy', 15) .attr('cy', 15)
.attr('r', 10) .attr('r', 7)
// .style("fill", '#f00'); // .style("fill", '#f00');
} }
/** /**