File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 195195 function ( response ) {
196196 $scope . report_rows = response . data ;
197197
198- //console.log($scope.report_rows);
198+ //console.log('get report', $scope.report_rows);
199199
200200 $scope . pie_chart_labels = [ ] ;
201201 $scope . pie_chart_data = [ ] ;
226226 } ;
227227
228228 $scope . $on ( 'chart-create' , function ( evt , chart ) {
229- if ( chart . id === 'line' ) {
229+ //console.log('chart-create', chart);
230+ if ( chart . canvas . id === 'line' ) {
231+ //console.log('before create', $scope.report_rows);
230232 $scope . chart = chart ;
231233 $scope . chart . update ( ) ;
234+ //console.log('after create', $scope.report_rows);
232235 }
233236 } ) ;
234237
Original file line number Diff line number Diff line change 4949 < hr />
5050 </ div >
5151
52- < h3 > Visit Breakdown </ h3 >
52+ < h3 > Data Analysis </ h3 >
5353 < div class ="row ">
5454 < div class ="col ">
5555 < div class ="form-group ">
You can’t perform that action at this time.
0 commit comments