Using the HTML Label component

Contents[Hide]

1. Overview

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.

2. Add the HTML Label

Go to the toolbar, click Components, and then select HTML Label to add it to the dashboard canvas.

Add the HTML Label component
Add the HTML Label component

2.1. Display regular text

The HTML Label can display regular text without any markup. Just enter the regular text into the HTML Label Text property.

Displaying regular text
Displaying regular text

2.2. 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>

Displaying scrolling text using the HTML marquee element
Displaying scrolling text using the HTML marquee element

2.3. Add CSS

CSS is also supported via the style element. Below is some example CSS:

<style>
marquee {
color:violet!important;
font-size:16px;
}
</style>

Using CSS
Using CSS

2.4. JavaScript

JS code is supported using the script element.

Using JavaScript
Using JavaScript

3. See also

Dundas Data Visualization, Inc.
400-15 Gervais Drive
Toronto, ON, Canada
M3C 1Y8

North America: 1.800.463.1492
International: 1.416.467.5100

Dundas Support Hours:
Phone: 9am-6pm, ET, Mon-Fri
Email: 7am-6pm, ET, Mon-Fri