ISummarySettings
Defined in: js-api/src/interfaces/d4.ts:3678
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
aggregations | string[] | List of aggregations for the columns | js-api/src/interfaces/d4.ts:3683 |
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:3713 |
applyTo | string | Whether to apply color coding to the background or to the text. | js-api/src/interfaces/d4.ts:3703 |
color | string | Numerical column to be used for color-coding. The values in the bin get aggregated using the Color Aggr Type property. | js-api/src/interfaces/d4.ts:3696 |
colorAggrType | string | Color aggregation type. | js-api/src/interfaces/d4.ts:3700 |
colorColumnName | string | - | js-api/src/interfaces/d4.ts:3697 |
colorSchemes | number[][] | Custom color scheme for the color-coding. | js-api/src/interfaces/d4.ts:3706 |
columnNames | string[] | List of columns to show aggregations on | js-api/src/interfaces/d4.ts:3680 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:3727 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:3739 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:3741 |
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:3731 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:3734 |
invertColorScheme | boolean | - | js-api/src/interfaces/d4.ts:3708 |
normalization | string | Controls the source of the data comparison Row: shows vertical bars based on each row category Column: shows horizontal bars based on each column category Global: shows horizontal bars based on all selected categories | js-api/src/interfaces/d4.ts:3689 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:3737 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:3717 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:3721 |
table | string | - | js-api/src/interfaces/d4.ts:3723 |
title | string | - | js-api/src/interfaces/d4.ts:3719 |
visualization | string | Visualization type (text, circles or bars) | js-api/src/interfaces/d4.ts:3692 |
zeroAxis | boolean | If true - show bars on different sides of zero axes for negative and positive values | js-api/src/interfaces/d4.ts:3711 |