Commit 42a7e1488df19ed35d599161031a2b9c52df3df9
1 parent
084c4873ba
Exists in
master
hpf testing
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
app/partials/analytics/analytics.controller.js
... | ... | @@ -422,7 +422,7 @@ angular.module('acufuel') |
422 | 422 | //var makeId = makeId; |
423 | 423 | analyticsService.gethfpChart().then(function(result) { |
424 | 424 | $scope.hfpValues = result; |
425 | - //console.log('---kd result--',$scope.hfpValues); | |
425 | + console.log('---kd result--',$scope.hfpValues); | |
426 | 426 | |
427 | 427 | /*Historic Fuel Price */ |
428 | 428 | |
... | ... | @@ -634,6 +634,7 @@ angular.module('acufuel') |
634 | 634 | $scope.td = $scope.td1.join("-"); |
635 | 635 | |
636 | 636 | analyticsService.getDRFHfpChart($scope.fd, $scope.td).then(function(result) { |
637 | + console.log("===DRF HPF====",result) | |
637 | 638 | $scope.hfpValues = result; |
638 | 639 | $scope.optionshfp = { |
639 | 640 | chart: { | ... | ... |