$(window).on("load",(function(){var o=$("#line-skip-points");new Chart(o,{type:"line",options:{responsive:!0,maintainAspectRatio:!1,title:{display:!0,text:"Chart.js Line Chart - Skip Points"},tooltips:{mode:"label"},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"}}]}},data:{labels:["January","February","March","April","May","June","July"],datasets:[{label:"My First dataset",data:[65,59,NaN,81,56,55,40],fill:!0,borderDash:[5,5],backgroundColor:"rgba(81,117,224,.7)",borderColor:"#5175E0",pointBorderColor:"#5175E0",pointBackgroundColor:"#FFF",pointBorderWidth:2,pointHoverBorderWidth:2,pointRadius:4},{label:"My Second dataset",data:[NaN,48,40,19,86,27,NaN],backgroundColor:"rgba(209,212,219,.5)",borderColor:"transparent",pointBorderColor:"#D1D4DB",pointBackgroundColor:"#FFF",pointBorderWidth:2,pointHoverBorderWidth:2,pointRadius:4}]}})}));