creativetimofficial / ct-material-dashboard-dark-pro

4 stars 2 forks source link

Material design md object not initialised when first called by dashboard #2

Open ZAV79 opened 3 years ago

ZAV79 commented 3 years ago

in live preview and downloaded premium example the md object has not been initialized when page calls:

$(document).ready(function() { // Javascript method's body can be found in assets/js/demos.js md.initDashboardPageCharts(); md.initVectorMap(); });

ZAV79 commented 3 years ago

I think this is also causing charts not to be loaded on page first load in the live preview. Charts do load after you minimise \ expand the side bar