Weeks shown two times in Dashboard in "adding series option"

I have two questions, one is from Postgres database and another one is from Mongodb.

I have merge two questions in my Dashboard by "adding series option" but here is one problem i faced.

Weeks shown two times i.e 5th july shows two times,12th july shows two times and so on.......

can we resolve this?

Hi @varnika
Post "Diagnostic Info" from Admin > Troubleshooting.

{
"browser-info": {
"language": "en-GB",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.12+7",
"java.vendor": "Eclipse Foundation",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.12",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.12+7",
"os.name": "Linux",
"os.version": "5.4.0-1056-aws",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"postgres",
"mongo",
"h2"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "12.7"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.2.18"
}
},
"run-mode": "prod",
"version": {
"date": "2021-09-09",
"tag": "v0.40.4",
"branch": "release-x.40.x",
"hash": "16d2e53"
},
"settings": {
"report-timezone": "Asia/Calcutta"
}
}
}

@varnika I can only reproduce if the "X-axis scale" is set to "Ordinal" instead of "Timeseries".

We have some issues with MongoDB (and Druid) returning type/Instant instead of type/Date, which other databases do. We need to correctly handle this for those drivers, so they will work correctly everywhere in the GUI.
For reference: https://github.com/metabase/metabase/issues/16170