I had a scatterplot chart that I was using to show Volume vs. Revenue by Team. Prior to the upgrade, I was able to hover over each dot and see all the attributes including Team Name. Post upgrade, it seems all non-numeric data attributes are no longer displayed by default or available in the tooltip editor. Any ideas how I can have text values show up when hovering?
Luiggi
November 21, 2024, 6:19pm
2
check version 51.4 please, I think we had a bug there
Luiggi,
Issue persists. I am currently running 52.1 and have come across the same issue. As you can see, I am grouping the data by product name, but it isn't being displayed anywhere in the scatter plot.
leeloo
December 11, 2024, 2:27pm
4
It sounds like this issue:
opened 11:51AM - 28 Nov 24 UTC
closed 01:53AM - 06 Dec 24 UTC
Type:Bug
Priority:P1
.Frontend
Visualization/Charts
.Team/DashViz
Bug:v51
### Describe the bug
After v0.50.31 version, the bubble chart has an error on t… ooltip...
Before, I could see some data in tooltip, when summarize (ex. group of stores and stores)..
The information was the store's sales, even if the series break on the X axis was a more generic grouping (Group of Stores).
### To Reproduce
1. Create a Bubble chart with 2 grouping (Group of Stores and Stores);
2. Put the Group of Stores as extra series in X axis;
3. Analyze the tooltip!
![Image](https://github.com/user-attachments/assets/4e5933e1-2ef2-4597-a043-cb03eb1cf32c)
![Image](https://github.com/user-attachments/assets/368487da-6c08-44a8-b540-b6a0748044ec)
![Image](https://github.com/user-attachments/assets/55a76099-f1f1-4a85-a39f-41bc64d0a63b)
### Expected behavior
When I select tooltip, the information should be a **Store data** in bubble chart (X and Y axis and Bubble Size data) - in v0.50.30 works nice!
### Logs
_No response_
### Information about your Metabase installation
```JSON
{
"browser-info": {
"language": "pt-BR",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"metabase-info": {
"databases": [
"postgres"
],
"run-mode": "prod",
"plan-alias": "",
"version": {
"date": "2024-11-11",
"tag": "v0.51.3",
"hash": "d757d0b"
},
"settings": {
"report-timezone": null
},
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "15.10"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.7.3"
}
}
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.25+9-LTS",
"java.vendor": "Red Hat, Inc.",
"java.vendor.url": "https://www.redhat.com/",
"java.version": "11.0.25",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.25+9-LTS",
"os.name": "Linux",
"os.version": "5.15.0-302.167.6.1.el9uek.x86_64",
"user.language": "en",
"user.timezone": "America/Sao_Paulo"
}
}
```
### Severity
Is this annoying...
### Additional context
_No response_
Can you check 52.2? You should have the option to add dimensions to the tooltips from the "display" tab.
1 Like