We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6c4c47 + ab4b6f7 commit 84bd543Copy full SHA for 84bd543
.gitignore
@@ -1 +1,2 @@
1
/vendor/
2
+/.idea
src/Classes/Presenters/ChartPresenter.php
@@ -127,9 +127,9 @@ public function colors($series = [])
127
return $this;
128
}
129
130
- public function credits($credits = 'false')
+ public function credits($credits = [])
131
{
132
- // $this->transform->credits = $credits;
+ $this->transform->credits = $credits;
133
134
135
0 commit comments