2 lines
1.2 KiB
JavaScript
2 lines
1.2 KiB
JavaScript
/*! For license information please see mobileux-todo.js.LICENSE.txt */
|
|
"use strict";document.addEventListener("DOMContentLoaded",(function(){window.randomScalingFactor=function(){return Math.round(20*Math.random())};var o=document.getElementById("summarychart").getContext("2d");new Chart(o,{type:"line",data:{labels:["21 Mon","22 Tue","23 Wed","24 Thu","25 Fri"],datasets:[{label:"# of active task",data:["22","24","23","21","20","18","16","14"],radius:1,backgroundColor:"rgba(0, 0, 0, 0)",borderColor:"#0049e8",borderWidth:1,fill:!1,tension:0},{label:"# of in-progress",data:["2","3","2","1","4","2","1","2"],radius:1,backgroundColor:"rgba(0, 0, 0, 0)",borderColor:"#fc7a1e",borderWidth:1,fill:!1,tension:0},{label:"# of completed",data:["3","5","8","9","9","10","11","13"],radius:1,backgroundColor:"rgba(0, 0, 0, 0)",borderColor:"#00a885",borderWidth:1,fill:!1,tension:0},{label:"# of cancelled",data:["0","0","0","1","1","2","2","2"],radius:1,backgroundColor:"rgba(0, 0, 0, 0)",borderColor:"#c80036",borderWidth:1,fill:!1,tension:0}]},options:{animation:!0,maintainAspectRatio:!1,plugins:{legend:{display:!1}},scales:{y:{display:!1,beginAtZero:!0},x:{grid:{display:!1},display:!0,beginAtZero:!0}}}})})); |