Looking for ways to display text data in graph tooltips

I have time series data with timestamps, metrics, and text details. I need to find a way to show all this information together when users hover over data points.

Currently, I’m using annotations in a Time series panel, but users have to hover near the x-axis to see the text details, which isn’t ideal. I’d prefer to show this text information directly in the tooltip when hovering over any data point on the graph.

Is there any way to achieve this in Grafana? I’m open to using any panel type or alternative approach - I just need a solution that makes the text details more easily accessible alongside the time and metric values.