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:
parent
cb09cbca6d
commit
85d3218c60
1 changed files with 1 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue