Author: buildbot Date: Wed Mar 8 14:29:55 2017 New Revision: 1007931 Log: Staging update by buildbot for ooo-site
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/stats/downloads-test.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar 8 14:29:55 2017
@@ -1 +1 @@
-1785974
+1785975
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar 8 14:29:55 2017
@@ -1 +1 @@
-1785974
+1785975
Modified: websites/staging/ooo-site/trunk/content/stats/downloads-test.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/stats/downloads-test.html (original)
+++ websites/staging/ooo-site/trunk/content/stats/downloads-test.html Wed Mar
8 14:29:55 2017
@@ -36,15 +36,15 @@
id: "daily",
dataSource: new
Timeplot.ColumnSource(daily_eventSource,1),
valueGeometry: new
Timeplot.DefaultValueGeometry({
-
gridColor: "#15A7FF",
+
gridColor: "#000000",
axisLabelsPlacement: "left",
}),
timeGeometry: new
Timeplot.DefaultTimeGeometry({
-
gridColor: new Timeplot.Color("#15A7FF"),
+
gridColor: new Timeplot.Color("#000000"),
axisLabelsPlacement: "top"
}),
lineColor: "#0E85CD",
- fillColor: "#DCF8FA",
+ fillColor: "#afdcfa",
showValues: true
})
];
@@ -53,15 +53,15 @@
id: "total",
dataSource: new
Timeplot.ColumnSource(total_eventSource,2),
valueGeometry: new
Timeplot.DefaultValueGeometry({
-
gridColor: "#15A7FF",
+
gridColor: "#000000",
axisLabelsPlacement: "left",
}),
timeGeometry: new
Timeplot.DefaultTimeGeometry({
-
gridColor: new Timeplot.Color("#15A7FF"),
+
gridColor: new Timeplot.Color("#000000"),
axisLabelsPlacement: "top"
}),
lineColor: "#0E85CD",
- fillColor: "#DCF8FA",
+ fillColor: "#afdcfa",
showValues: true
})
];
