I have a query against a reporting table that returns,
time,
report_type,
record_count
I’m using Multi-frame time series transformation to turn this into a plot that shows a plot per record_type, there are only 3 or 4 record types.
I would like to add some additional information regarding the data point into the tooltip, but when I add any additional text columns, even if after the numeric type “record_count”, the “Multi-frame time series” includes it in the name of the label.
Is there a different transformation to use that allows specification of which columns should be used to generate the time series, and which should only show in the tooltip?