Stacked area charts

This commit is contained in:
2015-03-11 19:10:11 +07:00
parent 5f8ace43ef
commit e58046f227
10 changed files with 522 additions and 84 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ where
c.week >= :from and
c.week <= :to
group by item, week
order by week, commite desc`
order by week, commits desc`
const teamTopQuery = `
select