Skip to content

Commit a023d89

Browse files
authored
Merge pull request #16 from mathisjay/issue-15
resolves 15
2 parents 17b8152 + 160c348 commit a023d89

2 files changed

Lines changed: 4 additions & 24 deletions

File tree

Dnn.WebAnalytics.dnn

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,6 @@
1212
<license />
1313
<releaseNotes />
1414
<components>
15-
<component type="Script">
16-
<scripts>
17-
<basePath>DesktopModules\Dnn.WebAnalytics</basePath>
18-
<script type="Install">
19-
<path>Scripts</path>
20-
<name>01.01.01.sql</name>
21-
<version>01.01.01</version>
22-
</script>
23-
<script type="Install">
24-
<path>Scripts</path>
25-
<name>01.01.00.sql</name>
26-
<version>01.01.00</version>
27-
</script>
28-
<script type="Install">
29-
<path>Scripts</path>
30-
<name>01.00.00.sql</name>
31-
<version>01.00.00</version>
32-
</script>
33-
</scripts>
34-
</component>
3515
<component type="Module">
3616
<desktopModule>
3717
<moduleName>Dnn.WebAnalytics</moduleName>
@@ -125,10 +105,6 @@
125105
<path>plugins\angular-chart</path>
126106
<name>angular-chart.min.js</name>
127107
</file>
128-
<file>
129-
<path>plugins\lodash</path>
130-
<name>lodash.js</name>
131-
</file>
132108
<file>
133109
<name>View.ascx</name>
134110
</file>

app/controllers/view.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878
function (response) {
7979
var dashboardDTO = response.data;
8080

81+
console.log(dashboardDTO);
82+
8183
$scope.view_count = dashboardDTO.view_count;
8284
$scope.visit_count = dashboardDTO.visit_count;
8385
$scope.visitor_count = dashboardDTO.visitor_count;
@@ -188,6 +190,8 @@
188190
function (response) {
189191
$scope.report_rows = response.data;
190192

193+
console.log($scope.report_rows);
194+
191195
$scope.pie_chart_labels = [];
192196
$scope.pie_chart_data = [];
193197

0 commit comments

Comments
 (0)