removed comment from directives.js
This commit is contained in:
parent
07d0574b4d
commit
073fe17a4d
@ -125,7 +125,6 @@ angular.module('netStatsApp.directives', []).
|
||||
|
||||
// Adjust y axis
|
||||
y.domain([0, d3.max(data, function(d) { return d.y; })]);
|
||||
// y.domain([0, 1]);
|
||||
|
||||
// Delete previous histogram
|
||||
element.empty();
|
||||
|
Loading…
Reference in New Issue
Block a user