0π
I can observe that you are using bootstrap
css file into your script tag something like this β
<script src="/template/assets/bootstrap/css/bootstrap.min.css"></script>
We canβt use stylesheets inside script tags, to load stylesheet/ CSS we need link tag as and use it inside head tag-
<link href="/template/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
Please use this as a stylesheet and use link
tag for the same.
I hope it will start to work.
let me know please in case i can help you further.
Thanks.
- Chartjs-Use same chart across multiple canvas
- Chartjs-Charts.JS β Too Many Charts? β Loading Issue
Source:stackexchange.com