summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ritter <tom@ritter.vg>2017-05-05 12:00:24 -0500
committerTom Ritter <tom@ritter.vg>2017-05-05 12:00:24 -0500
commit1a9fc3ed6490777b3eed01bbca11d6cdcd2a609e (patch)
treee3c8f430922b6cea5d9650d6df18207dfc19ac99
parent4386adee38d7740b54572fe575f24639f87c2e90 (diff)
Promote limegreen for the linegraphs and demote yellow. Closes 22108
-rwxr-xr-xgraphs.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/graphs.py b/graphs.py
index 65de394..0e2a94e 100755
--- a/graphs.py
+++ b/graphs.py
@@ -87,14 +87,14 @@ class GraphWriter(WebsiteWriter):
+ " .orange {\n"
+ " fill: orange;\n"
+ " }\n"
- + " .auth3, .yellow {\n"
+ + " .auth3, .limegreen {\n"
+ " fill: none;\n"
- + " stroke: yellow;\n"
- + " background-color: yellow;\n"
+ + " stroke: limegreen;\n"
+ + " background-color: limegreen;\n"
+ " stroke-width: 1.5px;\n"
+ " }\n"
- + " .yellow {\n"
- + " fill: yellow;\n"
+ + " .limegreen {\n"
+ + " fill: limegreen;\n"
+ " }\n"
+ " .auth4, .green {\n"
+ " fill: none;\n"
@@ -138,14 +138,14 @@ class GraphWriter(WebsiteWriter):
+ " .blue {\n"
+ " fill: blue;\n"
+ " }\n"
- + " .auth9, .limegreen {\n"
+ + " .auth9, .yellow {\n"
+ " fill: none;\n"
- + " stroke: limegreen;\n"
- + " background-color: limegreen;\n"
+ + " stroke: yellow;\n"
+ + " background-color: yellow;\n"
+ " stroke-width: 1.5px;\n"
+ " }\n"
- + " .limegreen {\n"
- + " fill: limegreen;\n"
+ + " .yellow {\n"
+ + " fill: yellow;\n"
+ " }\n"
+ " .auth10, .pink {\n"
+ " fill: none;\n"