How change name of the Axis X

Hi

Is it possible to change name on Axis X from date to week ? (Time Series)
Example:
From 2021-08-02 to 2020_31

Hi @deejayluk ,

It’s possible to do that via Query, just group time variable by week.

PostgresSQL example:

date_trunc('week',reporting_date)::date as time,

Regards,
Sergejs

how do this on the ms sql query?

could you paste your chart?

do it as an override - standard unit
time: YYYY_DD
image
result
image

thank you, but still this not show weeknumber and this is only visible when mouse hover on the bars

correct, the override only when you hover/tooltip it. I didnt read your question properly.
I just saw your image post with hover / tooltip

This topic was automatically closed after 365 days. New replies are no longer allowed.