summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-07-02 00:17:11 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-07-02 00:17:11 -0400
commite129356007f61cd7147a5e050ff8d6ec8c21f7a6 (patch)
tree96f155f178c333c3863df0c4a95ea4c601bc3684
parenta24d63d5d06276f39b329ca2d1a9dd8e77d406f7 (diff)
web app: update chart formatting
-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;