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
|
// Adjust y axis
|
||||||
y.domain([0, d3.max(data, function(d) { return d.y; })]);
|
y.domain([0, d3.max(data, function(d) { return d.y; })]);
|
||||||
// y.domain([0, 1]);
|
|
||||||
|
|
||||||
// Delete previous histogram
|
// Delete previous histogram
|
||||||
element.empty();
|
element.empty();
|
||||||
|
Loading…
Reference in New Issue
Block a user