Hi AppSheet Community,
I have a scatter plot chart in my app. When I hover over a point, I can see the X and Y values (which are numeric), and sometimes a row number.
I want to achieve two things:
-
Show extra text (like item name or description) in the hover tooltip, even if that text is not used as X or Y values in the scatter plot.
-
Replace the row number in the tooltip with meaningful text (for example, a product name or a custom label column).
Is there a way to configure the chart or use a Label column or a concatenated column to display this extra info in the hover tooltip?
Any guidance would be appreciated!