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.
1 parent b11b396 commit 3a12f99Copy full SHA for 3a12f99
README.md
@@ -85,11 +85,13 @@ class ChartjsController extends Controller
85
{
86
return $content
87
->header('Chartjs')
88
- ->body(view('admin.chartjs'));
+ ->body(new Box('Bar chart', view('admin.chartjs')));
89
}
90
91
```
92
93
+For more usage, please refer to the official [documentation](http://www.chartjs.org/) of chartjs.
94
+
95
## Donate
96
97
> Help keeping the project development going, by donating a little. Thanks in advance.
0 commit comments