diff --git a/src/Chart/Draw.php b/src/Chart/Draw.php index e14e61f..29c4a0d 100644 --- a/src/Chart/Draw.php +++ b/src/Chart/Draw.php @@ -5048,7 +5048,7 @@ public function drawPlotChart(array $Format = []) $R = $Serie["Color"]["R"]; $G = $Serie["Color"]["G"]; $B = $Serie["Color"]["B"]; - $Alpha = $Serie["Color"]["Alpha"]; + $Alpha = (int) $Serie["Color"]["Alpha"]; $Ticks = $Serie["Ticks"]; if ($Surrounding != null) { $BorderR = $R + $Surrounding;