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:
My actual annotations-query look like:
select
time,
concat('Text1', 'Text2') as text
from table
...
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:
My actual annotations-query look like:
select
time,
concat('Text1', 'Text2') as text
from table
...