UNPKG
upbeat-dashboard
Version:
latest (0.0.1)
0.0.1
ERROR: No README.md file found!
jeffsu/upbeat
upbeat-dashboard
/
views
/
stats
/
counter.jade
10 lines
(8 loc)
•
237 B
text/jade
View Raw
1
2
3
4
5
6
7
8
9
10
extend
../layout block content h5= params.stats
include
../_time-nav
#chart.chart(data-url="/stats/#{params.stats}.json?time=#{query.time}", data-type="upbeat")
= suffixes[query.time];
:mochi
$(
#{ startChart('#chart') });