Skip to content

Commit 3a12f99

Browse files
committed
Update README.md
1 parent b11b396 commit 3a12f99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,13 @@ class ChartjsController extends Controller
8585
{
8686
return $content
8787
->header('Chartjs')
88-
->body(view('admin.chartjs'));
88+
->body(new Box('Bar chart', view('admin.chartjs')));
8989
}
9090
}
9191
```
9292

93+
For more usage, please refer to the official [documentation](http://www.chartjs.org/) of chartjs.
94+
9395
## Donate
9496

9597
> Help keeping the project development going, by donating a little. Thanks in advance.

0 commit comments

Comments
 (0)