Hi,
Sorry if the topic has already been adressed, I could not find any similar questions.
I have a stacked graphic where I’d like to report all the differents values shown on screen. This graph is a basic count(*) in Y axis and date in X. We use a variable “type” to breakdown our count. I’ve put many filters so that we can monitor specific value through time based on our filters.
The problem is, when a filter “hide” all the values for one date, the “show values on data points” doesn’t work and this error is shown:
Cannot read properties of undefined (reading 'null:nb_amendment:PossiblyRetroactive')
Note that “PossiblyRetroactive” is one value of our variable “type” and nb_amendment is our count(*)
When all the dates are filled with atleast one line, the values are properly shown
Here are my Diagnostic info
{
"browser-info": {
"language": "fr-FR",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.24+8",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.24",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.24+8",
"os.name": "Linux",
"os.version": "6.6.72+",
"user.language": "en",
"user.timezone": "Europe/Paris"
},
"metabase-info": {
"databases": [
"bigquery-cloud-sdk"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "15.15"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.7.3"
}
},
"run-mode": "prod",
"plan-alias": "",
"version": {
"date": "2024-07-30",
"tag": "v0.50.18",
"hash": "c323ffc"
},
"settings": {
"report-timezone": "UTC"
}
}
}
Thanks for reading


