Revert comments that prevented the use of timeplot

* All problems have been fixed so it's safe to use it now

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2010-11-15 12:34:24 +01:00
parent 5a697262fa
commit 5d49d113b1
2 changed files with 4 additions and 4 deletions

View file

@ -374,8 +374,8 @@ public abstract class OrderPlanningModel implements IOrderPlanningModel {
earnedValueChartFiller.calculateValues(planner.getTimeTracker()
.getRealInterval());
// avoid adding Timeplot since it has some pending issues
// appendTabpanels(chartComponent, chartLoadTimeplot,
// chartEarnedValueTimeplot, earnedValueChartFiller);
appendTabpanels(chartComponent, chartLoadTimeplot,
chartEarnedValueTimeplot, earnedValueChartFiller);
Chart loadChart = setupChart(orderReloaded, new OrderLoadChartFiller(
orderReloaded), chartLoadTimeplot, planner);

View file

@ -516,8 +516,8 @@ public class ResourceLoadController implements Composer {
Tabpanels chartTabpanels = new Tabpanels();
Tabpanel loadChartPannel = new Tabpanel();
// avoid adding Timeplot since it has some pending issues
// CompanyPlanningModel.appendLoadChartAndLegend(loadChartPannel,
// buildLoadChart());
CompanyPlanningModel.appendLoadChartAndLegend(loadChartPannel,
buildLoadChart());
chartTabpanels.appendChild(loadChartPannel);
chartComponent.appendChild(chartTabpanels);