Skip to content

Commit

Permalink
removed debugging details - fixed #12 (issue was it was getting the w…
Browse files Browse the repository at this point in the history
…idth from the first element in the selection, which was discretem and so was empty and didn't have a width
  • Loading branch information
cakey committed Oct 7, 2012
1 parent 0dcf831 commit 5e0f3bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infro.js
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,6 @@ var infro = (function () {

var render_continuous_post_filter_groups = function(selection){
var no_bins = 40;
console.log(selection);
var bin_width = Math.floor(selection.width()/no_bins);

var histogram_groups = data_bind(selection,
Expand Down

0 comments on commit 5e0f3bd

Please sign in to comment.