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 5da808d + f56a337 commit 4e5f5dcCopy full SHA for 4e5f5dc
README.md
@@ -53,7 +53,7 @@ $chart = (new Chart)->setType('donut')
53
54
Then, include the JavaScript (on every page using charts).
55
56
-```html
+```blade
57
<!-- layout.blade.php -->
58
59
<body>
@@ -65,7 +65,7 @@ Then, include the JavaScript (on every page using charts).
65
66
Finally, call the `container` and `script` method wherever you want to display the chart.
67
68
-```php
69
<!-- dashboard.blade.php -->
70
71
{!! $chart->container() !!}
0 commit comments