Hi,
In my range column chart, I have date ranges in my x axis
eg: 30 Dec- 05 Jan, 06 Jan-12 Jan,etc.But My bar graph not plotting properly. when dates are in between the ranges
You can achieve the above requirement by using CanvasJS formatDate() method to format the date and time values in the variable firstday and lastday as shown in this JSFiddle.