Merge remote-tracking branch 'origin/peon'
Conflicts: Dockerfile
This commit is contained in:
commit
56a19aa24e
19 changed files with 170 additions and 28833 deletions
|
@ -1718,7 +1718,7 @@ LogUsageChart.prototype.draw = function(container, logData, startDate, endDate)
|
|||
.duration(500)
|
||||
.call(chart);
|
||||
|
||||
nv.utils.windoweResize(chart.update);
|
||||
nv.utils.windowResize(chart.update);
|
||||
|
||||
chart.multibar.dispatch.on('elementClick', function(e) { that.handleElementClicked_(e); });
|
||||
chart.dispatch.on('stateChange', function(e) { that.handleStateChange_(e); });
|
||||
|
|
Reference in a new issue