summaryrefslogtreecommitdiff
path: root/web-app/static/chart.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-app/static/chart.js')
-rw-r--r--web-app/static/chart.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/web-app/static/chart.js b/web-app/static/chart.js
index 38ff52b..e9dcbc3 100644
--- a/web-app/static/chart.js
+++ b/web-app/static/chart.js
@@ -36,7 +36,14 @@ function create_chart(div_name, branch, device, distro, version, max_results, f)
}
},
axisY: {title: "# of Tests", titleFontSize: 18 },
- axisX: {title: "Test Job", prefix: "Job ", titleFontSize: 18 },
+ axisX: {
+ title: "Test Job",
+ prefix: "Job ",
+ titleFontSize: 18,
+ interval: 1,
+ labelFontSize: 12,
+ labelAngle: 80
+ },
toolTip: {
content: function(e) {
var content;