Skip to content

Commit 7ff7772

Browse files
authored
Merge pull request #94 from welcoMattic/patch-1
Fixing the URL for ChartJS documentation version
2 parents 5f6d7ad + be80687 commit 7ff7772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Chartjs/Model/Chart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function setData(array $data): self
5151
/**
5252
* Sets Chart.js options.
5353
*
54-
* @see https://www.chartjs.org/docs/latest/
54+
* @see https://www.chartjs.org/docs/2.9.4
5555
*
5656
* <code>
5757
* $chart->setOptions([

0 commit comments

Comments
 (0)