You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2017/03/12 15:24:03 UTC

svn commit: r1786593 - /openoffice/ooo-site/trunk/content/stats/ooo-dev-subscribers.html

Author: mseidel
Date: Sun Mar 12 15:24:03 2017
New Revision: 1786593

URL: http://svn.apache.org/viewvc?rev=1786593&view=rev
Log:
Changed order text/graph, changed colours

Modified:
    openoffice/ooo-site/trunk/content/stats/ooo-dev-subscribers.html

Modified: openoffice/ooo-site/trunk/content/stats/ooo-dev-subscribers.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/ooo-dev-subscribers.html?rev=1786593&r1=1786592&r2=1786593&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/ooo-dev-subscribers.html (original)
+++ openoffice/ooo-site/trunk/content/stats/ooo-dev-subscribers.html Sun Mar 12 15:24:03 2017
@@ -1,8 +1,8 @@
 <html>
 <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <title>List Subscribers (dev)</title>
-    <script src="http://api.simile-widgets.org/timeplot/1.1/timeplot-api.js"  type="text/javascript">
+    <script src="https://api.simile-widgets.org/timeplot/1.1/timeplot-api.js"  type="text/javascript">
     </script>
     <script type="text/javascript">
     var resizeTimerID = null;
@@ -30,8 +30,8 @@
                                                                                                     gridColor: new Timeplot.Color("#000000"),
                                                                                                     axisLabelsPlacement: "top"
                                                                                                     }),
-                                                     lineColor: "#ff0000",
-                                                     fillColor: "#cc8080",
+                                                     lineColor: "#007DCD",
+                                                     fillColor: "#BBC8D0",
                                                      showValues: true
                                                      })
                              ];
@@ -42,16 +42,18 @@
 </head>
 <body onload="onLoad();" onresize="onResize();">
 <h2>Growth in dev List Subscribers</h2> 
-<p>The dev list is the main mailing list for the project where the 
-    community collaborates and coordinates. Note:  this data is gathered at 
-    irregular intervals.  The data is accurate at the discrete labeled points 
-    and interpolated for intermediate dates.  The <a href="ooo-dev.txt">raw data</a> is also available.
-    </p>
+
 <div class="label">
     List subscribers (dev)
 </div>
-<div id="ooo-dev" style="height: 400px;">
+<div id="ooo-dev" style="height: 300px;">
 </div>
-</body>
-</html>
 
+    <p>The dev list is the main mailing list for the project where the 
+    community collaborates and coordinates. Note:  this data is gathered at 
+    irregular intervals.  The data is accurate at the discrete labeled points 
+    and interpolated for intermediate dates.  The <a href="ooo-dev.txt">raw data</a> is also available.
+    </p>
+
+</body>
+</html>
\ No newline at end of file