[Bug #1175] Fix bug
Availability was not averaged for low zoom levels (month and year). This caused the overload to not be shown. FEA: ItEr75S04BugFixing
This commit is contained in:
parent
3c8e148d21
commit
5d7ff14bce
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ public abstract class StandardLoadChartFiller extends LoadChartFiller {
|
|||
|
||||
private SortedMap<LocalDate, EffortDuration> getCalendarMaximumAvailability(
|
||||
ILoadChartData data) {
|
||||
return data.getAvailability();
|
||||
return groupAsNeededByZoom(data.getAvailability());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue