Text

Learn how to add and format text elements to enhance your visualizations.

Overview

Text elements can be added to the canvas from the Insert menu. These elements allow you to provide introductory or explanatory content to your visualizations, as well links to downloadable datasets and images.

Text Setup

After selecting a text element, the Setup section under the Text tab will display the following options:

  • Name: Used to reference the text element in the Layers tab and on the canvas.
  • Margin: Adjust the margin around the text element using pixel values for top, right, bottom, and left sides.
  • Background Color: Select a background color to apply to the entire text area.

Variable Text

You can add text that updates dynamically based on dataset values, as mediated by filter elements on the canvas. To set up variable text, open the Dataset tab and select a dataset. Next, in the Connections tab, choose which filter element(s) should control the text value. Finally, in the text element, type the # key and choose which column from the selected Dataset should be displayed.

The specified filter element(s) will usually need to ensure that only one dataset row is returned at a time. If multiple rows are returned, the displayed value is based on the column type:

  • Text, Date, and Coordinate Columns: The first value found in the dataset is returned.
  • Number, Percent, Currency, and Measurement Columns: The values are aggregated based on the aggregation method specified for that column in the dataset. By default, values are summed.

Formatting Text

When you select any text, a floating menu appears with a row of formatting options:

  • Bold: Make the selected text bold.
  • Italics: Italicize the selected text.
  • Add Link: Insert a hyperlink to the selected text (see more details below).
  • Remove Link: Remove an existing hyperlink from the selected text.
  • Heading 1 (H1): Format the text as a main heading.
  • Heading 2 (H2): Format the text as a subheading.
  • Citation: Use a smaller text format for footnotes or references.
  • Color: Change the color of the selected text.
Pro

Pro users can customize text formatting further through the Theme page in the dashboard. Options include uploading custom fonts, defining color palettes, and setting default typography rules.

Clicking the icon with dots at the end of the first row of menu items opens a second row of menu items, which includes:

  • Bullets: Create a bulleted list.
  • Numeric Lists: Create a numbered list.
  • Subscript: Format text as subscript.
  • Superscript: Format text as superscript.
  • Image: Replace the selected text with an image.
  • Divider: Replace the selected text with a horizontal divider.
  • Alignment: Choose left, center, or right alignment.

When you select the Add Link option, three tabs appear, allowing you to insert different types of links:

Webpage Links

Insert a link to an external webpage. This will always open in a new window.

Image Links

Link to an image, allowing users to download a specific chart or map from the canvas. You can select the format for saving the image as:

  • JPEG - Standard image format
  • PNG - High-quality image format with transparency support
  • SVG - Vector format (Pro plan only)

Dataset Links

Create a link to any dataset. Select a dataset from the dropdown to let end users download a CSV of that dataset. This feature is useful for sharing source datasets with your audience, enabling them to download the datasets used in your visualizations.

Note that image and dataset download links will only work once the visualization is published. Once a link is added and the visualization is published, publicly accessible links to the image or dataset will be created.

Tip

To quickly add a link to a webpage, highlight the text you want to link and paste the URL.

Best Practices

Content Organization

  • Use headings to create clear content hierarchy
  • Keep paragraphs concise and focused
  • Use bullet points for lists of information
  • Add dividers to separate content sections

Typography

  • Use consistent formatting throughout your visualization
  • Choose readable font sizes for your audience
  • Apply emphasis (bold, italic) sparingly for impact
  • Ensure sufficient color contrast for accessibility

Interactive Elements

  • Use variable text to display dynamic data values
  • Link to relevant external resources
  • Provide download links for data transparency
  • Test all links before publishing

Layout Considerations

  • Position text elements logically within your visualization
  • Use appropriate margins to avoid crowding
  • Consider text element width on different screen sizes
  • Align text elements with other visualization components

Common Use Cases

Titles and Descriptions

  • Main visualization title
  • Subtitle with additional context
  • Data source attribution
  • Methodology explanations

Dynamic Content

  • Current filter selections
  • Selected data point values
  • Calculated metrics and totals
  • Date ranges and time periods

Navigation and Actions

  • Instructions for interacting with visualizations
  • Links to related content
  • Download options for data and images
  • Contact information and support links