When i working with date in X-axis, chart not displaying label text in the middle of the bar chart
Like in this http://jsfiddle.net/canvasjs/583zwth5/ jsfiddle
Labels are rendered at every interval on the axis and not to every dataPoint. However if you like to show labels to dataPoint, you can use label property instead of x-value.