= t('Not enough data to show the graph.') ?>
= $this->app->component('chart-project-estimated-actual-column', array( 'metrics' => $metrics, 'labelSpent' => t('Hours Spent'), 'labelEstimated' => t('Hours Estimated'), )) ?>| = t('Column') ?> | = t('Hours Spent') ?> | = t('Hours Estimated') ?> |
|---|---|---|
| = $this->text->e($column['title']) ?> | = $this->dt->durationHours($column['hours_spent']) ?> | = $this->dt->durationHours($column['hours_estimated']) ?> |