ISparklinesSettings
Defined in: js-api/src/interfaces/d4.ts:3578
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
aggregations | string[] | List of aggregations for the columns | js-api/src/interfaces/d4.ts:3583 |
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:3595 |
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:3589 |
colorAggrType | string | Color aggregation type. | js-api/src/interfaces/d4.ts:3593 |
colorColumnName | string | - | js-api/src/interfaces/d4.ts:3590 |
columnNames | string[] | List of columns to show aggregations on | js-api/src/interfaces/d4.ts:3580 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:3609 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:3621 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:3623 |
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:3613 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:3616 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:3619 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:3599 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:3603 |
sparklineType | string | - | js-api/src/interfaces/d4.ts:3585 |
table | string | - | js-api/src/interfaces/d4.ts:3605 |
title | string | - | js-api/src/interfaces/d4.ts:3601 |