diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-05-24 16:16:28 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-05-24 16:16:28 -0400 |
| commit | c4fa763b5b365012756cc86024982232984904c7 (patch) | |
| tree | 55b050b46ee5e12f737acf144221d9f12df6354d /www/templates/events-graphs.html | |
| parent | 6323ad995bc1e301e437d4cc249a1ee75a0d471f (diff) | |
added PTZ support (well, P for now, but framework with a cool menu is in place)
Diffstat (limited to 'www/templates/events-graphs.html')
| -rw-r--r-- | www/templates/events-graphs.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/templates/events-graphs.html b/www/templates/events-graphs.html index fe2a6326..268d5e9a 100644 --- a/www/templates/events-graphs.html +++ b/www/templates/events-graphs.html @@ -11,8 +11,10 @@ <ion-nav-view> <ion-content class="has-header"> + + <div style="overflow:scroll;"> - <canvas tc-chartjs-bar chart-data="data" chart-options="options" > + <canvas tc-chartjs-bar chart-data="data" chart-options="options" > </canvas> </div> @@ -29,6 +31,9 @@ <ion-content> <span></span> + + + <div style="overflow:scroll;"> <canvas tc-chartjs-bar chart-data="data" chart-options="options" > </canvas> |
