diff --git a/.classpath b/.classpath
index 09ba841..edb9480 100644
--- a/.classpath
+++ b/.classpath
@@ -12,14 +12,14 @@
-
+
-
+
-
+
diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml
index 3b1bc05..059c316 100644
--- a/.settings/org.eclipse.wst.common.project.facet.core.xml
+++ b/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -1,10 +1,8 @@
-
-
+
-
diff --git a/WebContent/html/javascript/statistics.jsp b/WebContent/html/javascript/statistics.jsp
index 56bedb0..efa5edd 100644
--- a/WebContent/html/javascript/statistics.jsp
+++ b/WebContent/html/javascript/statistics.jsp
@@ -61,7 +61,7 @@ function displayData() {
var options = {'title':'Chart of Devices',
'width':700,
'height':700,
- 'backgroundColor':'#E4E4E4'};
+ 'backgroundColor':'#94969A'};
// Instantiate and draw our chart, passing in some options.
var chart = new google.visualization.PieChart(document.getElementById('piechart'));
@@ -90,7 +90,7 @@ function displayData() {
'height':700,
'bar': {groupWidth: "75%"},
'legend': { position: "none" },
- 'backgroundColor':'#E4E4E4'};
+ 'backgroundColor':'#94969A'};
// Instantiate and draw our chart, passing in some options.
var chart = new google.visualization.ColumnChart(document.getElementById('colchart'));
diff --git a/WebContent/html/webpages/statisticsPage.jsp b/WebContent/html/webpages/statisticsPage.jsp
index fb2ee3f..2d3320a 100644
--- a/WebContent/html/webpages/statisticsPage.jsp
+++ b/WebContent/html/webpages/statisticsPage.jsp
@@ -39,7 +39,7 @@
-