Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
z-song committed Sep 16, 2018
1 parent b11b396 commit 3a12f99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,13 @@ class ChartjsController extends Controller
{
return $content
->header('Chartjs')
->body(view('admin.chartjs'));
->body(new Box('Bar chart', view('admin.chartjs')));
}
}
```

For more usage, please refer to the official [documentation](http://www.chartjs.org/) of chartjs.

## Donate

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

0 comments on commit 3a12f99

Please sign in to comment.