parent
2588a48dcb
commit
fd440e06c8
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ public class DashboardController extends GenericForwardComposer {
|
|||
final String divId = "task-completation-lag";
|
||||
|
||||
BarChart<Integer> barChart;
|
||||
barChart = new BarChart<Integer>("Task Completation Lead/Lag");
|
||||
barChart = new BarChart<Integer>(_("Task Completation Lead/Lag"));
|
||||
|
||||
barChart.setFillZero(true);
|
||||
barChart.setHighlightMouseDown(true);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue