Change the way it is represented the load chart

represent the start and finish of the time interval for
each time unit

FEA : ItEr70S05GridLoadChart
This commit is contained in:
Susana Montes Pedreira 2011-02-09 19:26:11 +01:00
parent cb09cbca6d
commit 85d3218c60

View file

@ -196,8 +196,7 @@ public abstract class ChartFiller implements IChartFiller {
printLine(writer, finishOfInterval, hours);
}
protected DateTime getInitOfInterval(LocalDate day,
boolean isZoomByDay) {
protected DateTime getInitOfInterval(LocalDate day, boolean isZoomByDay) {
if (isZoomByDay) {
return day.toDateTimeAtStartOfDay();
} else {