Skip to content

Commit

Permalink
Color changes
Browse files Browse the repository at this point in the history
  • Loading branch information
clj13001 committed Apr 12, 2017
1 parent 2313810 commit 2dbdb55
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="con" path="org.eclipse.jst.server.core.container/org.cloudfoundry.appcloudserver.classPathProvider/Cloud Foundry">
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.0">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.8.0_121">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
Expand Down
4 changes: 1 addition & 3 deletions .settings/org.eclipse.wst.common.project.facet.core.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<runtime name="Cloud Foundry"/>
<secondary-runtime name="Apache Tomcat v8.0"/>
<runtime name="Apache Tomcat v8.0"/>
<fixed facet="wst.jsdt.web"/>
<installed facet="java" version="1.8"/>
<installed facet="wst.jsdt.web" version="1.0"/>
<installed facet="cloudfoundry.standalone.app" version="1.0"/>
<installed facet="jst.web" version="3.1"/>
</faceted-project>
4 changes: 2 additions & 2 deletions WebContent/html/javascript/statistics.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down Expand Up @@ -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'));
Expand Down
2 changes: 1 addition & 1 deletion WebContent/html/webpages/statisticsPage.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<nav class="navbar navbar-inverse navbar-fixed-top" id = "navbaruniversal">
<%@ include file="navbar.jsp"%>
</nav>
<div style = "background-color: #E4E4E4">
<div style = "background-color: #94969A">
<div class = infoContainer id="stats"></div><br>
<div style = "display: inline-block" id="piechart"></div>
<div style = "display: inline-block" id="colchart"></div>
Expand Down

0 comments on commit 2dbdb55

Please sign in to comment.