Hello,
This is a real problem since you can’t “hover” with your finger. We sort of solved this with getting attribute descriptions so that if you hold your finger down on the table’s column header, the description pops up. We could do something similar with the mean and median lines in a graph. I bet you would be happy if we did this.
Or, we could always display the mean and median values when the user is on a touch-based system. Again, I think this would help you. I’ll add both of these as “stories” in our tracking system.
In the meantime, here are two rather clumsy workarounds.
- In addition to the mean or median, add a “movable value” to the plot. Then you can drag this value to be on top of the mean or median.
- Define an attribute like meanHeight with the formula
mean(height). It helps a little bit to then drag this new attribute all the way to the left of the case table to create a “parent” collection in which you just see the single value.
I hope this helps,
Bill