$(window).on("load",(function(){var a=$("#combo-bar-line-data-label"),r={responsive:!0,maintainAspectRatio:!1,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 Combo Bar Line data label Chart"},animation:{onComplete:function(){var a=this.chart,r=a.ctx;r.textAlign="center",Chart.helpers.each(this.data.datasets.forEach((function(t,e){var o=a.controller.getDatasetMeta(e);Chart.helpers.each(o.data.forEach((function(a,e){r.fillText(t.data[e],a._model.x,a._model.y-10)})),this)})),this)}}};new Chart(a,{type:"bar",options:r,data:{labels:["January","February","March","April","May","June","July"],datasets:[{type:"line",label:"My Second dataset",data:[28,48,40,19,86,27,90],backgroundColor:"rgba(250,142,117,.5)",borderColor:"transparent",borderWidth:2,pointBorderColor:"#FA8E75",pointBackgroundColor:"#FFF",pointBorderWidth:2,pointHoverBorderWidth:2,pointRadius:4},{type:"bar",label:"My First dataset",data:[65,59,80,81,56,55,40],backgroundColor:"#00A5A8",borderColor:"transparent",borderWidth:2},{type:"bar",label:"My Third dataset - No bezier",data:[45,25,16,36,67,18,76],backgroundColor:"#F25E75",borderColor:"transparent",borderWidth:2}]}})}));