summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-05-25 00:57:09 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-05-25 00:57:09 -0400
commit1960d54eda510d5642f3751edcddad1fe24e877e (patch)
tree4e2552583b79d8348882fc78f5b7a2dca6bbff0e
parent53463dc5d47c249cc7a2248efe985d39c75fdf12 (diff)
changed colors to be more Linaro-y
-rw-r--r--web-app/static/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/web-app/static/index.html b/web-app/static/index.html
index 9024e59..a75cc95 100644
--- a/web-app/static/index.html
+++ b/web-app/static/index.html
@@ -83,19 +83,19 @@ function create_chart(div_name, branch, distro, version, max_results) {
{
name: "Skipped Tests", showInLegend: true,
type: "stackedColumn",
- color: "rgba(54,158,173,.7)",
+ color: "rgba(13,131,172,.8)",
dataPoints: skippedDataPoints
},
{
name: "Failing Tests", showInLegend: true,
type: "stackedColumn",
- color: "rgba(194,70,66,.7)",
+ color: "rgba(224,72,108,.8)",
dataPoints: failureDataPoints
},
{
name: "Passing Tests", showInLegend: true,
type: "stackedColumn",
- color: "rgba(54,200,30,.7)",
+ color: "rgba(159,204,64,.8)",
dataPoints: passingDataPoints
}
]