Updated titles and captions in Progress chart
FEA: ItEr76S15OrganizingPerProjectDashboard
This commit is contained in:
parent
de489bb9b8
commit
7a46c90b1f
2 changed files with 4 additions and 4 deletions
|
|
@ -270,11 +270,11 @@ public class DashboardController extends GenericForwardComposer {
|
|||
*/
|
||||
static class GlobalProgress {
|
||||
|
||||
public static final String ALL_TASKS_HOURS = _("All tasks (hours)");
|
||||
public static final String ALL_TASKS_HOURS = _("By all tasks hours");
|
||||
|
||||
public static final String CRITICAL_PATH_HOURS = _("Critical path (hours)");
|
||||
public static final String CRITICAL_PATH_HOURS = _("By critical path hours");
|
||||
|
||||
public static final String CRITICAL_PATH_DURATION = _("Critical path (duration)");
|
||||
public static final String CRITICAL_PATH_DURATION = _("By critical path duration");
|
||||
|
||||
private final Map<String, BigDecimal> current = new LinkedHashMap<String, BigDecimal>();
|
||||
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@
|
|||
global_progress = {
|
||||
id: 'global-progress',
|
||||
data: [],
|
||||
title: 'Project global progress',
|
||||
title: 'Project progress percentage',
|
||||
seriesDefaults: {
|
||||
renderer:$.jqplot.BarRenderer,
|
||||
pointLabels: { show: true, location: 'e', edgeTolerance: -15 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue