diff options
| author | Tom Ritter <tom@ritter.vg> | 2017-05-05 12:00:24 -0500 |
|---|---|---|
| committer | Tom Ritter <tom@ritter.vg> | 2017-05-05 12:00:24 -0500 |
| commit | 1a9fc3ed6490777b3eed01bbca11d6cdcd2a609e (patch) | |
| tree | e3c8f430922b6cea5d9650d6df18207dfc19ac99 | |
| parent | 4386adee38d7740b54572fe575f24639f87c2e90 (diff) | |
Promote limegreen for the linegraphs and demote yellow. Closes 22108
| -rwxr-xr-x | graphs.py | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -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" |
