removed debug line and added title
This commit is contained in:
parent
583e6bf064
commit
c72e13a976
|
|
@ -188,6 +188,7 @@ class Analytic extends Base
|
|||
'project' => $project,
|
||||
'paginator' => $paginator,
|
||||
'metrics' => $stats,
|
||||
'title' => t('Compare hours for "%s"', $project['name']),
|
||||
)));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ CompareHoursColumnChart.prototype.execute = function() {
|
|||
categories.push(status);
|
||||
}
|
||||
|
||||
console.log(spent);
|
||||
c3.generate({
|
||||
data: {
|
||||
columns: [spent, estimated],
|
||||
|
|
|
|||
Loading…
Reference in New Issue