summaryrefslogtreecommitdiff
path: root/www/templates/events-graphs.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-10-15 10:25:30 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-10-15 10:25:30 -0400
commitfb73ec7092b1763c4d64148dd8230751e10eec68 (patch)
tree6123c600880491e6fe3373eecba163b52bb42a0e /www/templates/events-graphs.html
parentbd3baa5525619c9d58f2c2bc4a03b80b7c5bc1d2 (diff)
template cleanup
Diffstat (limited to 'www/templates/events-graphs.html')
-rw-r--r--www/templates/events-graphs.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/www/templates/events-graphs.html b/www/templates/events-graphs.html
index 573bf6ad..33287e3f 100644
--- a/www/templates/events-graphs.html
+++ b/www/templates/events-graphs.html
@@ -17,7 +17,8 @@
<ion-nav-view>
<ion-content class="has-header">
<div ng-controller="zmApp.EventsGraphsCtrl">
- <canvas tc-chartjs-bar chart-data="chart.data" chart-options="chart.options" ng-click="handleChartClick($event)" chart="chartwithbars">
+ <canvas tc-chartjs-bar chart-data="chart.data" chart-options="chart.options" ng-click="handleChartClick($event)"
+ chart="chartwithbars">
</canvas>
</div>
</ion-content>
@@ -29,7 +30,8 @@
<ion-content>
<div ng-controller="zmApp.EventsGraphsCtrl">
<div style="overflow:scroll;">
- <canvas tc-chartjs-bar chart-data="chart.data" chart-options="chart.options" ng-click="handleChartClick($event)" chart="chartwithbars">
+ <canvas tc-chartjs-bar chart-data="chart.data" chart-options="chart.options" ng-click="handleChartClick($event)"
+ chart="chartwithbars">
</canvas>
</div>
</div>
@@ -42,7 +44,8 @@
<ion-content>
<div ng-controller="zmApp.EventsGraphsCtrl">
<div style="overflow:scroll;">
- <canvas tc-chartjs-bar chart-data="chart.data" chart-options="chart.options" chart="chartwithbars" ng-click="handleChartClick($event)">
+ <canvas tc-chartjs-bar chart-data="chart.data" chart-options="chart.options" chart="chartwithbars"
+ ng-click="handleChartClick($event)">
</canvas>
</div>
</div>
@@ -55,7 +58,8 @@
<ion-content>
<div ng-controller="zmApp.EventsGraphsCtrl">
<div style="overflow:scroll;">
- <canvas tc-chartjs-bar chart-data="chart.data" chart-options="chart.options" chart="chartwithbars" ng-click="handleChartClick($event)">
+ <canvas tc-chartjs-bar chart-data="chart.data" chart-options="chart.options" chart="chartwithbars"
+ ng-click="handleChartClick($event)">
</canvas>
</div>
</div>