[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
htdocs
/
simpeg
/
login
/
dist
/
js
/
[
Home
]
File: dashboard3-data.js
/*Dashboard3 Init*/ "use strict"; /*****Ready function start*****/ $(document).ready(function(){ $('#support_table').DataTable({ "bFilter": false, "bLengthChange": false, "bPaginate": false, "bInfo": false, }); if( $('#chart_7').length > 0 ){ var ctx7 = document.getElementById("chart_7").getContext("2d"); var data7 = { labels: [ "lab 1", "lab 2", "lab 3" ], datasets: [ { data: [300, 50, 100], backgroundColor: [ "rgba(60,184,120,.8)", "rgba(241,91,38,.8)", "rgba(252,176,59,.8)" ], hoverBackgroundColor: [ "rgba(60,184,120,.8)", "rgba(241,91,38,.8)", "rgba(252,176,59,.8)" ] }] }; var doughnutChart = new Chart(ctx7, { type: 'doughnut', data: data7, options: { animation: { duration: 2000 }, responsive: true, maintainAspectRatio:false, legend: { labels: { fontFamily: "Varela Round", fontColor:"#2f2c2c" } }, tooltips: { backgroundColor:'rgba(47,44,44,.9)', cornerRadius:0, footerFontFamily:"'Varela Round'" } } }); } }); /*****Ready function end*****/ /*****Load function start*****/ $(window).load(function(){ window.setTimeout(function(){ $.toast({ heading: 'Welcome to kenny', text: 'Use the predefined ones, or specify a custom position object.', position: 'top-right', loaderBg:'#ea65a2', icon: 'success', hideAfter: 3000, stack: 6 }); }, 3000); }); /*****Load function* end*****/