hotspots: Implement hotspots frontend.

This commit is contained in:
Jack Zhang
2017-07-13 18:21:30 -07:00
committed by Tim Abbott
parent d951375d6c
commit 5a8b1e6253
6 changed files with 281 additions and 34 deletions

View File

@@ -85,6 +85,8 @@ def find(fns):
if not html_classes:
if 'bar-success' in line:
html_classes = ['bar-success', 'bar-danger']
elif fn == 'hotspots.js' and 'arrow_placement' in line:
html_classes = ['arrow-top', 'arrow-left', 'arrow-bottom', 'arrow-right']
elif 'color_class' in line:
continue
elif 'stream_dark' in line: