Intro
This article describes chart properties available for tables, including specific properties of Flex Tables, Heat Map Tables, Mega Tables, and textboxes. Learn about properties available for most chart types.- General properties
- Header row properties
- Total row (totals) properties
- Subtotal rows (subtotals) properties
- Theme property
- Scale properties
- Graph settings
- Graph data label settings
- Change value options
- Regression line properties
- Colors properties
- Full size settings
- Deprecated properties
General Properties
The properties in the following table are found in the General category in Chart Properties.Option | Description | Examples | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Font color | Choose the font color used for all text in the table. | — | ||||||||||||||||||||||||||
Allow text to wrap | When checked, text in table columns wraps instead of disappearing off the right side of the column. | |||||||||||||||||||||||||||
Financial style negatives (100) | When this box is checked, negative numbers are enclosed in parentheses; otherwise, a minus sign is used. | — | ||||||||||||||||||||||||||
Show negative numbers in red | When this box is checked, negative numbers appear in red. | — | ||||||||||||||||||||||||||
Set column widths | Allows you to set the widths, in pixels, for all table columns as percentages. Do this by entering the widths as a comma-separated list. | |||||||||||||||||||||||||||
Hide columns | Allows you to hide columns in a table by entering the column numbers in a comma-separated list. The column numbers are based on the order of the columns in the table, from left to right. For example, the third column from the left would be column 3. | |||||||||||||||||||||||||||
No data message | The text of the message that displays if there is no data. This can occur if the data has been filtered out. | |||||||||||||||||||||||||||
Text | Lets you set custom text for a Textbox. Any text you enter here replaces the text from your DataSet. You can use the macro | — | ||||||||||||||||||||||||||
Horizontal Text Alignment | Lets you select the horizontal alignment for text in a Textbox. The examples at right show the same string of text left-aligned, center-aligned, and right-aligned, in that order. | |||||||||||||||||||||||||||
Vertical Text Alignment | Determines whether text in a Textbox appears at the top, in the center, or at the bottom. | — | ||||||||||||||||||||||||||
Top Margin | Determines the amount of space in pixels above the text in a Textbox. | — | ||||||||||||||||||||||||||
Bottom Margin | Determines the amount of space in pixels below the text in a Textbox. | — | ||||||||||||||||||||||||||
Left Margin | Determines the amount of space in pixels to the left of the text in a Textbox. | — | ||||||||||||||||||||||||||
Right Margin | Determines the amount of space in pixels to the right of the text in a Textbox. | — | ||||||||||||||||||||||||||
Row Height | Specify the size of the padding in the cells of your Mega Table. | — | ||||||||||||||||||||||||||
Fixed Row Height | Sets the height for all rows in a Flex table. A minimum value of 28 is required, but no there are no restrictions on the maximum value. | — | ||||||||||||||||||||||||||
Column 1-Column 10 | Lets you choose the aspect of the series that is portrayed in a given column in a Flex table. Four columns are included in a table by default, but you can add additional columns by choosing options for columns 5 through 10. For example, if you selected Penultimate Value for Column 5 , a fifth column would be added to the table, portraying the penultimate value in the data for each series. The screenshot shows a Flex table in which nearly all aspects are shown (except for Penultimate Value ). The options in this menu are as follows:
| |||||||||||||||||||||||||||
Column 1-10 Title | The name of a Flex table column, as it appears in the topmost row of the table. | — | ||||||||||||||||||||||||||
Column 1-10 Width | Lets you set the width of a Flex table column as a percentage of the entire table (1-100). | — | ||||||||||||||||||||||||||
Hide Alternating Row Colors | Lets you turn off the default alternating row colors in the table, meaning all rows will appear with a white background (except for when you mouse over a column, in which case all cells in that column and the current row appear blue). | — | ||||||||||||||||||||||||||
Apply Color Rules to Totals and Subtotals | Lets you apply any color rules you have set using the Colors property to total and subtotal rows in your mega table. | — | ||||||||||||||||||||||||||
Apply Color Rules to Headers | Lets you apply any color rules you have set using the Colors property to header rows in your mega table. If your color rules are not displaying as expected, go to General and make sure the Apply Color Rules to Headers box is checked. | — | ||||||||||||||||||||||||||
Allow HTML Links and Images | Lets you permit HTML-encoded links and images to show up in your mega table. URLs should be enclosed in <a> tags. For example, the following code would be converted into a functional email address for a user named “Sam MacGregor”: <a href=“mailto: sam.macgregor@yankuna.com ”> sam.macgregor@yankuna.com </a> Images should be enclosed in <div> tags. For example, the following code would be converted into an image called “bruce.png” that is stored on knowledge.domo.com : <div style=“text-align:center”><img height=“80px” src=” https://knowledge.domo.com/@api/deki/files/7627/bruce.png?origin=mt-web”></div> ; The example shows a table in which both URLs and images have been enabled. | |||||||||||||||||||||||||||
HTML Image Size | Lets you set a size constraint for HTML images in your mega table. You can set any size between 10 and 500 pixels. The default is 64. | — | ||||||||||||||||||||||||||
| Apply Heat Map to Columns | Lets you specify which numeric columns in your heat map table have shading applied. You indicate the columns by their number in the table from left to right. You can use commas to indicate different columns or hyphens to indicate ranges of columns. For example, if you entered 2,4-6 in this field, columns 2, 4, 5, and 6 would have heat map coloring. | — | ||||||||||||||||||||||||||
Hide Columns | Lets you hide columns in a table by entering the numbers of those columns in a comma-separated list. Column numbers are based on the table column order going from left to right. For example, the third column from the left would be column 3. | — |
Header Row Properties
The properties in the following table are found in the Header Row category in Chart Properties.Option | Description | Examples |
|---|---|---|
Header row font family | Allows you to select a font family for the header row text of your table. Options include default, Sans, Serif, Slab, Condensed, and Monospace. |
|
Header row font size | ||
Header fill color | Lets you select a background color for the header row in a table. If you select Default , no color is used. If you select both a Header Row fill color and a Header Column fill color, the Header Row takes precedence. | |
Header font color | Lets you select the text color for the column names in your table header row. This color takes precedence over the table font color applied in General > Font Color , so if you set the general font color to blue and the header row font color to red, the header row font color would appear red instead of blue. If you then chose Default , the header row color would revert to blue. | |
Header alignment | Lets you select the alignment for the column names in a table header row. The default setting is Left . In the example, the column names are centered. If you specify both a Header Row alignment and a Header Column alignment, the Header Row alignment takes precedence. In the example below, the column names are centered. | |
Header font style | Lets you select the font style for the column names in a table header row, either bold, italic, bold-italic, or underline. The default setting is Bold . | |
| Header Row Height | Lets you set the height for the header row in a Flex Table (the row containing the column names). A minimum value of 28 is required. There is no maximum limit. | — |
Header Row Border Properties
These properties are available only for Mega and Pivot Tables. See Pivot Table. Using these border properties, you can choose the width and color for the header row vertical and horizontal borders.- Header vertical border — Select Inherit so the vertical header borders mirror the configured width for the General > Vertical border property, or choose a different width (Default, Off, Thin, Thick, Heavy, and Extra Heavy)
- Header vertical border color — Use a color picker to choose the color for the header vertical borders.
- Header vertical outside border — Select Inherit so the vertical header outside border mirrors the configured width for General > Vertical border or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
- Header vertical outside border color — Use a color picker to choose the color for the header vertical outside border.
- Header top border — Select Inherit so the header top border mirrors the configured width for the General > Vertical border property, or choose a different width (Default, Off, Thin, Thick, Heavy, and Extra Heavy)
- Header top border color — Use a color picker to choose the color for the header top border.
- Header bottom border — Select Inherit so the header bottom border mirrors the configured width for the General > Vertical border property, or choose a different width (Default, Off, Thin, Thick, Heavy, and Extra Heavy)
- Header bottom border color — Use a color picker to choose the color for the header bottom border.

Total Row (Totals) Properties
The properties in the following table are found in the Total row category in Chart Properties. This is called Totals for Pivot Tables.Total Row Border Properties
- Total vertical border — Select Inherit so the total row vertical border mirrors the configured width for the General > Vertical border property, or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
- Total vertical border color — Use a color picker to choose the color for the total row vertical borders.
- Total vertical outside border — Select Inherit so the total row vertical outside border mirrors the configured width for General > Vertical border or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
- Total vertical outside border color — Use a color picker to choose the color for the outside vertical table border.
- Total top border — Select Inherit so the total row top border mirrors the configured width for General > Vertical border or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
- Total top border color — Use a color picker to choose the color for the total row top border.
- Total bottom border — Select Inherit so the total row bottom border mirrors the configured width for General > Vertical border or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
-
Total bottom border color — Use a color picker to choose the color for the total row bottom border.

Subtotal Rows Properties
The properties in the following table are found in the Subtotal Row category in Chart Properties.Subtotal Rows Border Properties
The following properties only display if the Subtotal rows > Show subheader rows checkbox is selected.- Subheader vertical border — Select Inherit so the subheader vertical border mirrors the configured width for the General > Vertical border property, or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
- Subheader vertical border color — Use a color picker to choose the color for the subheader vertical border.
- Subheader vertical outside border — Select Inherit so the subheader vertical outside border mirrors the configured width for General > Vertical border or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
- Subheader vertical outside border color — Use a color picker to choose the color for the subheader vertical outside border.
- Subheader top border — Select Inherit so the subheader top border mirrors the configured width for General > Vertical border or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
- Subheader top border color — Use a color picker to choose the color for the subheader top border color.
- Subheader bottom border — Select Inherit so the subheader bottom border mirrors the configured width for General > Vertical border or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
- Subheader bottom border color — Use a color picker to choose the color for the subheader bottom border.
- Subtotal vertical border — Select Inherit so the subtotal vertical border mirrors the configured width for the General > Vertical border property, or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
- Subtotal vertical border color — Use a color picker to choose the color for the subtotal vertical border.
- Subtotal vertical outside border — Select Inherit so the subtotal vertical outside border mirrors the configured width for the General > Vertical border property, or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
- Subtotal vertical outside border color — Use a color picker to choose the color for the subtotal vertical outside border.
- Subtotal top border — Select Inherit so the subtotal top border mirrors the configured width for the General > Vertical border property, or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
- Subtotal top border color — Use a color picker to choose the color for the subtotal top border.
- Subtotal bottom border — Select Inherit so the subtotal bottom border mirrors the configured width for the General > Vertical border property, or choose a different width (Off, Thin, Thick, Heavy, and Extra Heavy)
- Subtotal bottom border color — Use a color picker to choose the color for the subtotal bottom border.
Theme Property
The Theme property in the following table applies only to Heatmap Tables. Find it under Theme in Chart Properties.Option | Description | |
|---|---|---|
Theme | Allows you to change the color theme for the values column in a heat map table. For more information about setting colors, see Changing the Default Colors in Your Chart . | — |
Scale Properties
These properties apply only to Heatmap Tables. Find them under Scale in Chart Properties.Graph Settings
The properties in the following table are found in the Graph Settings category in Chart Properties. These properties apply to Flex Tables only.Option | Description | Examples | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
Graph Settings > Type | Lets you choose the graph type in the column containing your series graphs in your Flex table. Note that these will all be the same graph type for each series; you cannot include more than one type of graph in the same Flex table. The following graph types are available:
| |||||||||
Graph Settings > Bar Width Percentage | Lets you specify the width of the bars in your Flex table as a percentage of the cell space. Not available when you select Line as your graph type. The screenshot shows an example of a horizontal bar graph in which this setting has been set to 25 . (In contrast, the preceding example is set to the default value of 50 .) |
|
Graph Data Label Settings
The properties in the following table are found in the Graph Data Label Settings category in Chart Properties. These properties apply to Flex Tables only. Coming soon…Change Value Options
Coming soon…Regression Line Properties
The properties in the following table are found in the Regression Line category in Chart Properties. These properties apply to Flex Tables only.Colors Properties
Coming soon…Full Size Settings
The properties in the following table are found in the Full Size Settings category in Chart Properties.Option | Description | Examples |
|---|---|---|
Full Size Settings | Allows you to set custom sizing on tables in the card view when the “Full Size” option is selected—anywhere from 1 to 6 card sizes in both width and height. For more information about card sizing, see Changing the Size of Cards in a Page . The first table in the example at right shows a table in the card view that has been set to a 4-card width by a 1-card height. The second table has been set to a 3-card width by a 3-card height. |
Alignment Properties - DEPRECATED
The properties in the following table were formerly found in the Alignment category in Chart Properties.Attribute Properties - DEPRECATED
The properties in the following table were formerly found in the Attribute category in Chart Properties.Option | Description | Examples |
|---|---|---|
| Column 1-16 | Lets you set the font style (bold, italic, bold-italic, or underline) for all desired columns in your table. Note this does not affect text in header rows. Column numbers are based on the table column order going from left to right. For example, the third column from the left would be column 3. In the example, the two value columns are set to Italic . | — |







































