I am trying to build an app with a graph component and a tooltip showing different details of that particular point. I am getting the data from my query names as RT_TT.
This query returns multiple columns, and my x axis and y axis values use 2 column values out of the 5.
I am trying to show the values in other columns as a part of the tooltip when the user hovers over a certain plot in the graph (scatter plot).
The image shows the JSON that I am using in Retool. I tried multiple ways, but it has not worked. What would be the best way to do it?