mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 00:58:37 -05:00
Fix issue with graph modules causing vertical scroll
This commit is contained in:
@@ -14,7 +14,6 @@ angular.module('DashboardGraphs').
|
||||
var width = parseInt(graph.style('width')) - margins.left - margins.right;
|
||||
var height = parseInt(graph.style('height')) - margins.top - margins.bottom;
|
||||
|
||||
|
||||
chartModel.xRange([0, width]);
|
||||
chartModel.yRange([height, 0]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user