Using the HTML Label Component
This applies to: Managed Dashboards, Managed Reports
The HTML Label component lets you display rich text based on HTML markup. You can also show regular text, use CSS, or enter JavaScript code.
Add the HTML Label
Go to the toolbar, click Components, and then select HTML Label to add it to the dashboard canvas.
Display Regular Text
The HTML Label can display regular text without any markup. Just enter the regular text into the HTML Label Text property.
Enter HTML
You can enter HTML markup on one or more lines. Below is some example HTML markup:
<marquee>I'm a scrolling <strong>HTML</strong> Label</marquee>
Add CSS
CSS is also supported via the style element. Below is some example CSS:
<style>
marquee {
color:violet!important;
font-size:16px;
}
</style>
JavaScript
JS code is supported using the script element.
For more information, see:
Script Library: Insert scripted third party web content
Off the Charts: Go Beyond Simple Customization
Comments
0 comments
Please sign in to leave a comment.