Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
public
/
app-assets
/
js
/
scripts
/
Filename :
charts-chartjs.min.js
back
Copy
$(window).on("load",function(){var a=$("#line-chart"),e={type:"line",options:{responsive:!0,maintainAspectRatio:!1,legend:{position:"bottom"},hover:{mode:"label"},scales:{xAxes:[{display:!0,gridLines:{color:"#f3f3f3",drawTicks:!1},scaleLabel:{display:!0,labelString:"Month"}}],yAxes:[{display:!0,gridLines:{color:"#f3f3f3",drawTicks:!1},scaleLabel:{display:!0,labelString:"Value"}}]},title:{display:!0,text:"Line Chart - Legend"}},data:{labels:["January","February","March","April","May","June","July"],datasets:[{label:"My First dataset",data:[65,59,80,81,56,55,40],fill:!1,borderColor:"#e91e63",pointBorderColor:"#e91e63",pointBackgroundColor:"#FFF",pointBorderWidth:2,pointHoverBorderWidth:2,pointRadius:4},{label:"My Second dataset",data:[28,48,40,19,86,27,90],fill:!1,borderColor:"#03a9f4",pointBorderColor:"#03a9f4",pointBackgroundColor:"#FFF",pointBorderWidth:2,pointHoverBorderWidth:2,pointRadius:4},{label:"My Third dataset - No bezier",data:[45,25,16,36,67,18,76],fill:!1,borderColor:"#ffc107",pointBorderColor:"#ffc107",pointBackgroundColor:"#FFF",pointBorderWidth:2,pointHoverBorderWidth:2,pointRadius:4}]}};new Chart(a,e),a=$("#bar-chart"),e={type:"horizontalBar",options:{elements:{rectangle:{borderWidth:2,borderColor:"rgb(0, 255, 0)",borderSkipped:"left"}},responsive:!0,maintainAspectRatio:!1,responsiveAnimationDuration:500,legend:{position:"top"},scales:{xAxes:[{display:!0,gridLines:{color:"#f3f3f3",drawTicks:!1},scaleLabel:{display:!0}}],yAxes:[{display:!0,gridLines:{color:"#f3f3f3",drawTicks:!1},scaleLabel:{display:!0}}]},title:{display:!1,text:"Chart.js Horizontal Bar Chart"}},data:{labels:["January","February","March","April"],datasets:[{label:"My First dataset",data:[65,59,80,81],backgroundColor:"#00bcd4",hoverBackgroundColor:"#00acc1",borderColor:"transparent"},{label:"My Second dataset",data:[28,48,40,19],backgroundColor:"#ffeb3b",hoverBackgroundColor:"#fdd835",borderColor:"transparent"}]}},new Chart(a,e),a=$("#radar-chart"),e={type:"radar",options:{responsive:!0,maintainAspectRatio:!1,responsiveAnimationDuration:500,legend:{position:"top"},title:{display:!0,text:"Chart.js Radar Chart"},scale:{reverse:!1,ticks:{beginAtZero:!0}}},data:{labels:["Eating","Drinking","Sleeping","Designing","Coding","Cycling","Running"],datasets:[{label:"My First dataset",backgroundColor:"rgba(233,30,99,.4)",borderColor:"transparent",pointBorderColor:"#e91e63",pointBackgroundColor:"#FFF",pointBorderWidth:2,pointHoverBorderWidth:2,pointRadius:4,data:[65,59,80,81,56,55,40]},{label:"Hidden dataset",hidden:!0,data:[45,25,16,36,67,18,76]},{label:"My Second dataset",backgroundColor:"rgba(29,233,182,.8)",borderColor:"transparent",pointBorderColor:"#1DE9B6",pointBackgroundColor:"#FFF",pointBorderWidth:2,pointHoverBorderWidth:2,pointRadius:4,data:[28,48,40,19,86,27,78]}]}},new Chart(a,e),a=$("#polar-chart"),e={type:"polarArea",options:{responsive:!0,maintainAspectRatio:!1,responsiveAnimationDuration:500,legend:{position:"top"},title:{display:!1,text:"Chart.js Polar Area Chart"},scale:{ticks:{beginAtZero:!0},reverse:!1},animation:{animateRotate:!1}},data:{labels:["January","February","March","April","May"],datasets:[{data:[65,59,80,81,56],backgroundColor:["#03a9f4","#00bcd4","#ffc107","#e91e63","#4caf50"],label:"My dataset"}]}},new Chart(a,e),a=$("#pie-chart"),e={type:"pie",options:{responsive:!0,maintainAspectRatio:!1,responsiveAnimationDuration:500},data:{labels:["January","February","March","April","May"],datasets:[{label:"My First dataset",data:[65,59,80,81,56],backgroundColor:["#03a9f4","#00bcd4","#ffc107","#e91e63","#4caf50"]},{label:"My Second dataset",data:[28,48,40,19,86],backgroundColor:["#03a9f4","#00bcd4","#ffc107","#e91e63","#4caf50"]},{label:"My Third dataset - No bezier",data:[45,25,16,36,67],backgroundColor:["#03a9f4","#00bcd4","#ffc107","#e91e63","#4caf50"]},{label:"My Fourth dataset",data:[17,62,78,88,26],backgroundColor:["#03a9f4","#00bcd4","#ffc107","#e91e63","#4caf50"]}]}},new Chart(a,e),a=$("#doughnut-chart"),e={type:"doughnut",options:{responsive:!0,maintainAspectRatio:!1,responsiveAnimationDuration:500},data:{labels:["January","February","March","April","May"],datasets:[{label:"My First dataset",data:[65,59,80,81,56],backgroundColor:["#03a9f4","#00bcd4","#ffc107","#e91e63","#4caf50"]},{label:"My Second dataset",data:[28,48,40,19,86],backgroundColor:["#03a9f4","#00bcd4","#ffc107","#e91e63","#4caf50"]},{label:"My Third dataset - No bezier",data:[45,25,16,36,67],backgroundColor:["#03a9f4","#00bcd4","#ffc107","#e91e63","#4caf50"]},{label:"My Fourth dataset",data:[17,62,78,88,26],backgroundColor:["#03a9f4","#00bcd4","#ffc107","#e91e63","#4caf50"]}]}},new Chart(a,e)});