Hi,

I have created a bar chart with X axis as date.
Not sure, why but the graph adds “00:00:00” to the date column. Check above screenshot.

Date column in my database is of type date and not timestamp. Also, when I extracted results.json, it also shows column as date format.

		"columns": [{
			"friendly_name": "date",
			"type": "date",
			"name": "date"
		}

Is plot.ly adding the timestamp ?

My Redash version is 0.11.1+b2095

I have the same issue, did you manage to fix it? :slight_smile: