mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 13:38:24 -04:00
Fixed up tabulation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user