Yes, you can use the "date" data type. Note that you will also probably want to set vAxis.viewWindow.min/max as well (to values outside the range of your data), as the first and last bars will be half cut off otherwise (this is true of all continuous data types in Bar and Column charts).
On Sunday, October 14, 2012 4:18:18 PM UTC-4, Fr4nk wrote:
hi there!
is it possible to have date data at the x-axis with a stacked bar chart? In the reference (https://developers.google.com/chart/interactive/docs/gallery/barchart) is only data-type number listed... :-/
thanks!