Author: mseidel
Date: Mon Mar 13 14:11:59 2017
New Revision: 1786696
URL: http://svn.apache.org/viewvc?rev=1786696&view=rev
Log:
Changed colours
Modified:
openoffice/ooo-site/trunk/content/stats/defects.html
Modified: openoffice/ooo-site/trunk/content/stats/defects.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/stats/defects.html?rev=1786696&r1=1786695&r2=1786696&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/stats/defects.html (original)
+++ openoffice/ooo-site/trunk/content/stats/defects.html Mon Mar 13 14:11:59
2017
@@ -32,7 +32,7 @@
dataSource: new
Timeplot.ColumnSource(eventSource,1),
valueGeometry: valueGeometry,
timeGeometry: timeGeometry,
- lineColor: "#ff0000",
+ lineColor: "#BF0000",
showValues: true
}),
Timeplot.createPlotInfo({
@@ -40,7 +40,7 @@
dataSource: new
Timeplot.ColumnSource(eventSource,2),
valueGeometry: valueGeometry,
timeGeometry: timeGeometry,
- lineColor: "#00ff00",
+ lineColor: "#00BF00",
showValues: true
})
];
@@ -54,8 +54,8 @@
<div class="label">
Cumulative Defects,
- <span style="color: #FF0000;">found</span>
- and <span style="color: #00FF00;">fixed</span> per month
+ <span style="color: #BF0000;">found</span>
+ and <span style="color: #00BF00;">fixed</span> per month
</div>
<div id="found" style="height: 300px;"> </div>