ITreeMapSettings
Defined in: js-api/src/interfaces/d4.ts:3815
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:3859 |
autoLayout | boolean | - | js-api/src/interfaces/d4.ts:3826 |
color | string | - | js-api/src/interfaces/d4.ts:3818 |
colorAggrType | string | - | js-api/src/interfaces/d4.ts:3821 |
colorColumnName | string | - | js-api/src/interfaces/d4.ts:3819 |
controlsFont | string | Viewer controls elements font. | js-api/src/interfaces/d4.ts:3857 |
defaultColor | number | - | js-api/src/interfaces/d4.ts:3830 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:3873 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:3885 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:3887 |
filter | string | Formula that filters out rows to show. Examples: ${AGE} > 20 or ${WEIGHT / 2)} > 100, ${SEVERITY} == 'Medium', ${RACE}.endsWith('sian') | js-api/src/interfaces/d4.ts:3854 |
help | string | Help to be shown when user clicks on the '?' icon on top. Could either be in markdown, or a URL (starting with '/' or 'http'). | js-api/src/interfaces/d4.ts:3877 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:3880 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:3883 |
outerMarginBottom | number | - | js-api/src/interfaces/d4.ts:3844 |
outerMarginLeft | number | - | js-api/src/interfaces/d4.ts:3838 |
outerMarginRight | number | - | js-api/src/interfaces/d4.ts:3840 |
outerMarginTop | number | - | js-api/src/interfaces/d4.ts:3842 |
rowSource | "All" | "Filtered" | "Selected" | "SelectedOrCurrent" | "FilteredSelected" | "MouseOverGroup" | "CurrentRow" | "MouseOverRow" | Determines the rows shown on the plot. | js-api/src/interfaces/d4.ts:3847 |
showColumnSelectionPanel | boolean | - | js-api/src/interfaces/d4.ts:3836 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:3863 |
showSelectedRows | boolean | When checked, selected rows are highlighted using the selected rows color. When unchecked, cells keep their regular color coding. | js-api/src/interfaces/d4.ts:3834 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:3867 |
size | string | - | js-api/src/interfaces/d4.ts:3823 |
sizeAggrType | string | - | js-api/src/interfaces/d4.ts:3828 |
sizeColumnName | string | - | js-api/src/interfaces/d4.ts:3824 |
splitByColumnNames | string[] | - | js-api/src/interfaces/d4.ts:3816 |
table | string | - | js-api/src/interfaces/d4.ts:3869 |
title | string | - | js-api/src/interfaces/d4.ts:3865 |