File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
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>
Original file line number Diff line number Diff line change 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 ;
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
You can’t perform that action at this time.
0 commit comments