提交 c87676de 编写于 作者: K kohsuke

fix to #199 is apparently not complete.

Increased the graph height to reduce the problem.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1327 71c3de6d-444a-0410-be80-ed276b4c234a
上级 515597d1
......@@ -622,7 +622,7 @@ public abstract class Job<JobT extends Job<JobT,RunT>, RunT extends Run<JobT,Run
// crop extra space around the graph
plot.setInsets(new RectangleInsets(0,0,0,5.0));
ChartUtil.generateGraph(req,rsp,chart,500,200);
ChartUtil.generateGraph(req,rsp,chart,500,400);
}
/**
......
......@@ -4,7 +4,7 @@
<st:include page="sidepanel.jelly" />
<l:main-panel>
<div align="center">
<img src="buildTimeGraph" width="500" height="200"/>
<img src="buildTimeGraph" width="500" height="400"/>
</div>
<j:set var="isMasterSlaveEnabled" value="${!empty(app.slaves)}"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册