Author: mseidel Date: Wed Mar 8 14:22:42 2017 New Revision: 1785974 URL: http://svn.apache.org/viewvc?rev=1785974&view=rev Log: Changed colours
Modified:
openoffice/ooo-site/trunk/content/stats/downloads-test.html
Modified: openoffice/ooo-site/trunk/content/stats/downloads-test.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/downloads-test.html?rev=1785974&r1=1785973&r2=1785974&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/downloads-test.html (original)
+++ openoffice/ooo-site/trunk/content/stats/downloads-test.html Wed Mar 8
14:22:42 2017
@@ -34,11 +34,11 @@
id: "daily",
dataSource: new
Timeplot.ColumnSource(daily_eventSource,1),
valueGeometry: new
Timeplot.DefaultValueGeometry({
-
gridColor: "#000000",
+
gridColor: "#15A7FF",
axisLabelsPlacement: "left",
}),
timeGeometry: new
Timeplot.DefaultTimeGeometry({
-
gridColor: new Timeplot.Color("#000000"),
+
gridColor: new Timeplot.Color("#15A7FF"),
axisLabelsPlacement: "top"
}),
lineColor: "#0E85CD",
@@ -51,11 +51,11 @@
id: "total",
dataSource: new
Timeplot.ColumnSource(total_eventSource,2),
valueGeometry: new
Timeplot.DefaultValueGeometry({
-
gridColor: "#000000",
+
gridColor: "#15A7FF",
axisLabelsPlacement: "left",
}),
timeGeometry: new
Timeplot.DefaultTimeGeometry({
-
gridColor: new Timeplot.Color("#000000"),
+
gridColor: new Timeplot.Color("#15A7FF"),
axisLabelsPlacement: "top"
}),
lineColor: "#0E85CD",
