Skip to content

Commit

Permalink
Merge pull request #91 from chimit/patch-1
Browse files Browse the repository at this point in the history
Added missing $this return
  • Loading branch information
ArielMejiaDev authored Jan 25, 2024
2 parents 45b01e7 + abb24f4 commit 585e17b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LarapexChart.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ public function setDataLabels(bool $enabled = true) :LarapexChart
public function setTheme(string $theme) :LarapexChart
{
$this->theme = $theme;
return $this;
}

public function setSparkline(bool $enabled = true): LarapexChart
Expand Down

0 comments on commit 585e17b

Please sign in to comment.