How to Scale X-Axis time as per data from column

Hi Everyone,

I have my data coming from a table.
Capture

In my Grafana, I have a panel displaying the data as time series.
> SELECT
> $__time(week_starting),
> acc_status_active as “Active”,
> acc_status_active_aged as “Active Aged”,
> acc_status_active_nsrv as “Active Non Serviceable”
> FROM customer_base
> WHERE
> $__timeFilter(week_starting)
> ORDER BY 1

On my dashboard, the X Axis time scale is other than my “week_starting” column data. How can I set the scale same as my column data. Meaning the X Axis scale should match the data points. Below is a screenshot of my dashboard.


Or is there any way to set the X Axis scale starting from a date and then 7 days apart?
Please help!
Regards,
Sudeep