Text function for display name

**Hi, i wanted to use a “text” function to just display name without data just name only, so is it possible to do it? or must have the data **

THANK YOU!!

~ the grafana team

Hi @kelvin08a

Not exactly sure what you mean by “just display name”, but you can write anything in the Text visualization.

OH ok thanks for replying

@grant2 Hi, Did you know how to combine them tgt ? mean i need at the centre and can edit the front size.

image

There are many HTML ninjas and websites out there to help, but a simple Google search yields something like this:

<body>

<div style="text-align: center; font-size: 24px;">
  This text is centered and has an increased font size.
</div>

</body>
1 Like

@grant2 really thanks for the help :blush: