diff --git a/.classpath b/.classpath index 7ac7040..0295c16 100644 --- a/.classpath +++ b/.classpath @@ -37,10 +37,6 @@ - - - - - + diff --git a/WebContent/html/javascript/statistics.jsp b/WebContent/html/javascript/statistics.jsp index dc510ba..737c3dc 100644 --- a/WebContent/html/javascript/statistics.jsp +++ b/WebContent/html/javascript/statistics.jsp @@ -8,18 +8,30 @@ Insert title here - <% +<% +//statistics for status Statistics[] genStatistics = StatisticsQueries.getStatistics(); String statString = Statistics.arrayToString(genStatistics); +//location queries for map +Statistics[] genLocations = StatisticsQueries.getLocations(); +String locString = Statistics.arrayToString(genLocations); +//device type queries +Statistics[] genTypes = StatisticsQueries.getDeviceTypes(); +String typeString = Statistics.arrayToString(genTypes); %> + \ No newline at end of file diff --git a/WebContent/html/webpages/statisticsPage.jsp b/WebContent/html/webpages/statisticsPage.jsp index dfb2309..79645de 100644 --- a/WebContent/html/webpages/statisticsPage.jsp +++ b/WebContent/html/webpages/statisticsPage.jsp @@ -65,42 +65,6 @@

Distribution of Devices Nationwide

-