Text Gadget dashboard - HTML Content info needed

N R November 3, 2017

Hello I have created a dashboard with some pie charts i wanted to add a text box on top that provides more details. I added the Text gadget. however the text font is very small.

How can i increase the text font, change the text color and also the background color? will be great if you can point to some links where i can learn more tips on this?

Here is an example:

"The pie chart provides information for XYZ Epic for ABC team"

3 answers

1 vote
Jozsef Lehocz March 19, 2019

Hello,

Is this gadget for Jira cloud, or Jira server. I look for a text gadget solution for JIRA server, but found nothing.

1 vote
Aron Gombas _Midori_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 5, 2017

Text Gadget accepts HTML, not just plain text, therefore you can use all CSS formatting features.

To increase the font-size and change the text color, enter this, for instance:

<p style="font-size:30px; color:red;">
Hello world!
</p>
0 votes
Robin Surland November 3, 2017

You should be able to edit font-size style in the the XML file of the gadget. 

Suggest an answer

Log in or Sign up to answer