summaryrefslogtreecommitdiff
path: root/www/templates/events-modalgraph.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/events-modalgraph.html')
-rw-r--r--www/templates/events-modalgraph.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/templates/events-modalgraph.html b/www/templates/events-modalgraph.html
new file mode 100644
index 00000000..8b718a5e
--- /dev/null
+++ b/www/templates/events-modalgraph.html
@@ -0,0 +1,10 @@
+<div ng-controller="EventsModalGraphCtrl">
+
+<ion-modal-view cache-view="false" style="width:80%;height:80%; top: 10%; left: 10%; right: 10%; bottom: 10%;" >
+ <ion-content ng-cloak on-double-tap="closeModal()" delegate-handle="eventgraph-modal-delegate">
+ <div data-tap-disabled="true">
+ <canvas id="eventchart" width="auto" height="70%"></canvas>
+ </div>
+ </ion-content>
+ </ion-modal-view>
+</div>