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"
Hello,
Is this gadget for Jira cloud, or Jira server. I look for a text gadget solution for JIRA server, but found nothing.
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should be able to edit font-size style in the the XML file of the gadget.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.