Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Custom tooltip values #225

Answered by wiggitamoo
wiggitamoo asked this question in Q&A
Discussion options

You must be logged in to vote

I was able to figure out how to pass in custom text to the tooltips by utilizing the "Split Query Alias". By passing in the following value as the metric.

SELECT <Y_Label> || '|' || <URL_Param> AS metric

I split the alias using the delimiter |. Then I can reference ${__y_label_0} in the "Label Template" field and ${__y_label_1} in the URL field.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by wiggitamoo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants