Bar Chart

Hello,
How is it possible to change Bar Chart time axis format?
I fill dataset with Postgres query. And I would like to change Bar Chart time axis format. For example if I view Day values, I would like time axis display hours only, not full timestamp. If I view Month values, I would like time axis to display days only and so on. On table i can format column Date Format for example as HH:mm:ss. Is it possible to do such in Bar Chart?

Are you pulling this from a query, then? If so, you can format the x-axis through the query. Here’s a MySQL example:




Thank you!
I made what I needed in query through substring by selecting timestamp as string.

1 Like