diff options
Diffstat (limited to 'www/js/EventsGraphsCtrl.js')
| -rw-r--r-- | www/js/EventsGraphsCtrl.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/js/EventsGraphsCtrl.js b/www/js/EventsGraphsCtrl.js index 830528e3..b8bf7d97 100644 --- a/www/js/EventsGraphsCtrl.js +++ b/www/js/EventsGraphsCtrl.js @@ -34,6 +34,7 @@ angular.module('zmApp.controllers').controller('zmApp.EventsGraphsCtrl', ['$ioni $scope.navTitle = 'Tab Page'; + // $scope.chart=""; $scope.leftButtons = [{ type: 'button-icon icon ion-navicon', tap: function (e) { @@ -48,6 +49,16 @@ angular.module('zmApp.controllers').controller('zmApp.EventsGraphsCtrl', ['$ioni console.log('****DOCUMENT READY******'); }); + // FIXME: No idea why this is not working + // it seems it can't get a handle to chart + $scope.handleChartClick = function(event) + { + + // console.log (JSON.stringify( $scope.chart1.getBarsAtEvent(event))); + + }; + + $scope.generateTCChart = function(id,chartTitle, hrs) { var monitors = []; |
