I\'m using Chart.js to draw a chart..
My dataset have some null values,
Actually chart.js plot a line between points that are previous and successor of the null values in this w
You can use ChartNew.js and If you prefer that points between missing values are not linked, set option extrapolateMissingData: false. That worked for me.