소스 검색

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

- Increase padding-left value of G2.chart in sentinel-dashboard
master
cdfive Eric Zhao 6 년 전
부모
커밋
4f854c9eae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      sentinel-dashboard/src/main/webapp/resources/app/scripts/controllers/metric.js

+ 1
- 1
sentinel-dashboard/src/main/webapp/resources/app/scripts/controllers/metric.js 파일 보기

@@ -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) {


Loading…
취소
저장