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 d6e35a5 + c245c7e commit 3c4e6ffCopy full SHA for 3c4e6ff
resources/views/dashboard/widgets.blade.php
@@ -886,6 +886,6 @@
886
887
@section('javascript')
888
<script src="{{ asset('js/Chart.min.js') }}"></script>
889
- <script src="{{ asset('js/coreui-chartjs.js') }}"></script>
+ <script src="{{ asset('js/coreui-chartjs.bundle.js') }}"></script>
890
<script src="{{ asset('js/widgets.js') }}"></script>
891
-@endsection
+@endsection
0 commit comments