aboutsummaryrefslogtreecommitdiffstats
path: root/tipboard/tiles/cumulative_flow.html
diff options
context:
space:
mode:
Diffstat (limited to 'tipboard/tiles/cumulative_flow.html')
-rw-r--r--tipboard/tiles/cumulative_flow.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/tipboard/tiles/cumulative_flow.html b/tipboard/tiles/cumulative_flow.html
new file mode 100644
index 0000000..69f7854
--- /dev/null
+++ b/tipboard/tiles/cumulative_flow.html
@@ -0,0 +1,16 @@
+<div class="tile" id="{{ tile_id }}">
+ <div class="tile-header">
+ <h3>{{ title }}</h3>
+ </div>
+ <div class="tile-content">
+ <div id="{{ tile_id + '-chart' }}" class="chart cumulative-flow-chart chart-only"> </div>
+
+ <div class="plot-labels">
+ <h2 id="{{ tile_id + '-title' }}" class="labels-title"></h2>
+ <!--
+ js appends labels dynamically here
+ -->
+ </div>
+ </div>
+</div>
+