removed debug line and added title

This commit is contained in:
Matthew Cillo
2015-12-11 21:16:00 -05:00
parent 583e6bf064
commit c72e13a976
2 changed files with 1 additions and 1 deletions

View File

@@ -188,6 +188,7 @@ class Analytic extends Base
'project' => $project, 'project' => $project,
'paginator' => $paginator, 'paginator' => $paginator,
'metrics' => $stats, 'metrics' => $stats,
'title' => t('Compare hours for "%s"', $project['name']),
))); )));
} }
} }

View File

@@ -14,7 +14,6 @@ CompareHoursColumnChart.prototype.execute = function() {
categories.push(status); categories.push(status);
} }
console.log(spent);
c3.generate({ c3.generate({
data: { data: {
columns: [spent, estimated], columns: [spent, estimated],