Home › Forums › Chart Support › How to "hide" datapoints without leaving blanks (holes) in the chart? › Reply To: How to "hide" datapoints without leaving blanks (holes) in the chart?
I think you can use labels instead of x value in this case and use formatDate method in order to format date values as required and use labelFormatter for further customization.
Here is the JSFiddle example.