ResourceAllocation<?> allocation, BigDecimal taskHours) {
XYModel xymodel = new SimpleXYModel();
String title = "percentage";
xymodel.addValue(title, allocation.getStartDate()
.toDateTimeAtStartOfDay().getMillis(), 0);
for (Stretch stretch : stretches) {
BigDecimal amountWork = stretch.getAmountWorkPercentage()
.multiply(taskHours);