I am trying to make a Column Chart with dates on the horizontal axis, and number of sales on that day on the vertical axis, and would like the chart to be continuous, as described in Google's docs here, https://developers.google.com/chart/interactive/docs/customizing_axes#Discrete_vs_Continuous. This offers me potential benefits such as time specific gaps that otherwise would jump from one sale to the next sale whatever day that might be, and it offers me the potential for easy scrolling using the explorer option as described here, https://developers.google.com/chart/interactive/docs/gallery/columnchart in the "Configuration options" section of the page. I have found that the number type for the horizontal axis can produce a continuous Column Chart, but I cannot figure out how to do it with dates or datetimes. Any help would be much appreciated, thank you.