Replies: 1 comment
-
Hi, Adminlte is just a template, so you need to check external plugin website to learn how to use them. Ask your ChartJS question on their Github https://github.com/chartjs/Chart.js/discussions or using https://stackoverflow.com/ *Note Instead of posting all your code, to get quick help always create a test case on JSFiddle https://jsfiddle.net/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
starter.txt
I was wondering if anyone here could try to assist me. I would like to implement the Bar Chart on the starter-page. For some reason i failed to see what i do wrong. I have kept all the location as standard. When i inspect the page /AdminLTE-master/AdminLTE-master/pages/charts/chartjs.html and inspect the element Bar Chart, I copy the information from the inspected element and it copy just fine over to starter.html. It shows up but non-functional, as in no data is populated
I have tried to bring in some of the js files as well and the main script at the bottom from charts.html.
In the inspect console i get the following error message, but i do not really understand still what Im doing wrong:
jQuery.Deferred exception: $(...).get(...) is undefined @file:///C:/Downloads/AdminLTE%203/AdminLTE-master/AdminLTE-master/starter.html#:487:43
e@file:///C:/Downloads/AdminLTE%203/AdminLTE-master/AdminLTE-master/plugins/jquery/jquery.min.js:2:30038
Deferred/then/l/</t<@file:///C:/Downloads/AdminLTE%203/AdminLTE-master/AdminLTE-master/plugins/jquery/jquery.min.js:2:30340
undefined jquery.min.js:2:31593
Uncaught TypeError: $(...).get(...) is undefined
file:///C:/Downloads/AdminLTE 3/AdminLTE-master/AdminLTE-master/starter.html#:487
jQuery 2
e
t
Below is my whole code for starter.html (I uploaded the html as .txt)
`
<title>AdminLTE 3 | Starter</title>Starter Page
Title
Sidebar content
Beta Was this translation helpful? Give feedback.
All reactions