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 84ffbeb commit c245c7eCopy full SHA for c245c7e
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