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