Fixed up tabulation

This commit is contained in:
Brenda Wallace
2018-01-04 15:11:36 +13:00
committed by Shiny
parent 308e834713
commit e6e88fa0c7

View File

@@ -29,8 +29,8 @@
WidthScale.prototype.getMaxValue = function() {
return d3.max(this._data.bars.map(function(bar) {
return bar.value;
}));
return bar.value;
}));
};
growstuff.WidthScale = WidthScale;