Fix padding issue of charts in monitoring page of Sentinel dashboard (#262)

- Increase padding-left value of G2.chart in sentinel-dashboard
This commit is contained in:
cdfive 2018-11-26 17:42:17 +08:00 committed by Eric Zhao
parent c80bb5a862
commit 4f854c9eae
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ app.controller('MetricCtl', ['$scope', '$stateParams', 'MetricService', '$interv
forceFit: true,
width: 100,
height: 250,
padding: [10, 30, 70, 30]
padding: [10, 30, 70, 50]
});
var maxQps = 0;
for (var i in metric.data) {