[tor-commits] [depictor/master] Promote limegreen for the linegraphs and demote yellow. Closes 22108

tom at torproject.org tom at torproject.org
Fri May 5 17:00:38 UTC 2017


commit 1a9fc3ed6490777b3eed01bbca11d6cdcd2a609e
Author: Tom Ritter <tom at ritter.vg>
Date:   Fri May 5 12:00:24 2017 -0500

    Promote limegreen for the linegraphs and demote yellow. Closes 22108
---
 graphs.py | 20 ++++++++++----------
 1 file 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"



More information about the tor-commits mailing list