Small UI fix

This commit is contained in:
Joseph Schorr 2015-08-07 15:35:58 -04:00
parent fc74b9569b
commit 76e1490d8f
2 changed files with 3 additions and 2 deletions

View file

@ -1823,7 +1823,7 @@ LogUsageChart.prototype.draw = function(container, logData, startDate, endDate)
nv.addGraph(function() {
// Build the chart itself.
var chart = nv.models.multiBarChart()
.margin({top: 30, right: 30, bottom: 50, left: 30})
.margin({top: 30, right: 30, bottom: 50, left: 60})
.stacked(false)
.staggerLabels(false)
.tooltip(function(d, e) {