Lint mon cache a fait que ça n'avait pas été corrigé à la première passe

This commit is contained in:
Nigel Sheldon 2021-01-03 17:23:46 +01:00
commit 52e4266218
4 changed files with 13 additions and 16 deletions

View file

@ -426,10 +426,10 @@ class LinePlot extends Plot
array_merge(
$areaCoords,
array_slice(
$cord,
$this->filledAreas[$i][0] * $factor,
($this->filledAreas[$i][1] - $this->filledAreas[$i][0] + ($this->step_style ? 0 : 1)) * $factor
)
$cord,
$this->filledAreas[$i][0] * $factor,
($this->filledAreas[$i][1] - $this->filledAreas[$i][0] + ($this->step_style ? 0 : 1)) * $factor
)
);
$areaCoords[] = $areaCoords[sizeof($areaCoords)-2]; // last x
$areaCoords[] = $minY; // last y