Author: mseidel Date: Wed Mar 8 14:29:24 2017 New Revision: 1785975 URL: http://svn.apache.org/viewvc?rev=1785975&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=1785975&r1=1785974&r2=1785975&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:29:24 2017
@@ -34,15 +34,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
})
];
@@ -51,15 +51,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
})
];
