How to make a new line in annotations

I want to fill up the text box with a new line on the annotations. Fill up from the query sections.

Should look like this:
image

My actual annotations-query look like:

select
time,
concat('Text1', 'Text2') as text
from table
...

We have the same issue. How to fix it?

You want each annotation on separate lines?

This topic was automatically closed after 365 days. New replies are no longer allowed.