diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-06-17 11:37:36 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-06-17 11:37:36 -0400 |
| commit | 32caa920e903d0895488089c30ffec9338482df6 (patch) | |
| tree | 527af89e9a5676eafbac6ab2acb5a466e6953cac /www/lib/angular-google-chart/partials/annotation.js | |
| parent | c826098ee78f727de9af881d8fd6ffd229b98481 (diff) | |
Updated to latest version of ionic, cordova, removed unused libraries
Diffstat (limited to 'www/lib/angular-google-chart/partials/annotation.js')
| -rw-r--r-- | www/lib/angular-google-chart/partials/annotation.js | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/www/lib/angular-google-chart/partials/annotation.js b/www/lib/angular-google-chart/partials/annotation.js deleted file mode 100644 index 4ba31aca..00000000 --- a/www/lib/angular-google-chart/partials/annotation.js +++ /dev/null @@ -1,53 +0,0 @@ -angular.module("google-chart-sample").controller("AnnotationChartCtrl", function ($scope, googleChartApiPromise) { - $scope.chartObject = {}; - - $scope.secondRow = [ - {v: new Date(2314, 2, 16)}, - {v: 13}, - {v: 'Lalibertines'}, - {v: 'They are very tall'}, - {v: 25}, - {v: 'Gallantors'}, - {v: 'First Encounter'} - ]; - - - $scope.chartObject.type = "AnnotationChart"; - - $scope.chartObject.data = {"cols": [ - {id: "month", label: "Month", type: "date"}, - {id: "kepler-data", label: "Kepler-22b mission", type: "number"}, - {id: "kepler-annot", label: "Kepler-22b Annotation Title", type: "string"}, - {id: "kepler-annot-body", label: "Kepler-22b Annotation Text", type: "string"}, - {id: "desktop-data", label: "Gliese mission", type: "number"}, - {id: "desktop-annot", label: "Gliese Annotation Title", type: "string"}, - {id: "desktop-annot-body", label: "Gliese Annotaioon Text", type: "string"} - ], "rows": [ - {c: [ - {v: new Date(2314, 2, 15)}, - {v: 19 }, - {v: 'Lalibertines'}, - {v: 'First encounter'}, - {v: 7}, - {v: undefined}, - {v: undefined} - ]}, - {c: $scope.secondRow}, - {c: [ - {v: new Date(2314, 2, 17)}, - {v: 0}, - {v: 'Lalibertines'}, - {v: 'All crew lost'}, - {v: 28}, - {v: 'Gallantors'}, - {v: 'Omniscience achieved'} - - ]} - ]}; - - $scope.chartObject.options = { - displayAnnotations: true - }; - - -});
\ No newline at end of file |
