Thanks for your reply. I tried replicating your query format:
SELECT
'foo' as comment,
33.7 as num_value,
'juicy' as metrics,
'2024-11-11' as time
FROM issue_stats
But I can only see the timestamp and numeric values in the tooltip - the string values (comment, metrics) don’t show up. I’m using MySQL as my data source.
Am I missing something in the configuration? Do you have any additional settings or transformations applied to make the text values appear in the tooltip?
The key here is setting the Query Type to Time Series; either way the feature is quite limiting. Maybe a conversion to string is required to display more information, either way is something that still needs to be worked on.