dashboard-template
Version:
Dashboard Is The Beautiful and Responsive Admin Template for Bootstrap 4.
1 lines • 825 B
JavaScript
function attachTopScroller(a){$(window).scroll(function(){100<$(this).scrollTop()?$(a).fadeIn():$(a).fadeOut()}),$(a).click(function(){return $("html, body").animate({scrollTop:0},1e3),!1})}function drawDashboardChart(){var a=document.getElementById("myChart");new Chart(a,{type:"line",data:{labels:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],datasets:[{data:[15339,21345,18483,24003,23489,24092,12034],lineTension:0,backgroundColor:"transparent",borderColor:"#007bff",borderWidth:4,pointBackgroundColor:"#007bff"}]},options:{scales:{yAxes:[{ticks:{beginAtZero:!1}}]},legend:{display:!1}}})}$(window).on("load",function(){$(".loader").delay(1e3).fadeOut("slow")}),$(document).ready(function(){$("#currentYear").text((new Date).getFullYear()),attachTopScroller(".scrollUp"),drawDashboardChart()});