IPieChartSettings
Defined in: js-api/src/interfaces/d4.ts:2718
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
aggTooltipColumns | string | - | js-api/src/interfaces/d4.ts:2803 |
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:2822 |
autoLayout | boolean | - | js-api/src/interfaces/d4.ts:2745 |
backColor | number | - | js-api/src/interfaces/d4.ts:2768 |
category | string | - | js-api/src/interfaces/d4.ts:2719 |
categoryColumnName | string | - | js-api/src/interfaces/d4.ts:2720 |
categoryMap | string | Category time unit map function (applicable to dates only). | js-api/src/interfaces/d4.ts:2723 |
centerLabel | string | Text in the donut hole; the category column name if empty | js-api/src/interfaces/d4.ts:2738 |
centerLabelFont | string | Font of the text in the donut hole | js-api/src/interfaces/d4.ts:2741 |
controlsFont | string | Viewer controls elements font. | js-api/src/interfaces/d4.ts:2820 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:2836 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:2848 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:2850 |
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:2817 |
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:2840 |
includeNulls | boolean | - | js-api/src/interfaces/d4.ts:2729 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:2843 |
innerLabelColor | number | - | js-api/src/interfaces/d4.ts:2774 |
labelPosition | string | - | js-api/src/interfaces/d4.ts:2743 |
legendPosition | "Top" | "Bottom" | "Auto" | "Left" | "Right" | "RightTop" | "RightBottom" | "LeftTop" | "LeftBottom" | - | js-api/src/interfaces/d4.ts:2807 |
legendVisibility | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:2805 |
marginBottom | number | - | js-api/src/interfaces/d4.ts:2801 |
marginLeft | number | - | js-api/src/interfaces/d4.ts:2795 |
marginRight | number | - | js-api/src/interfaces/d4.ts:2799 |
marginTop | number | - | js-api/src/interfaces/d4.ts:2797 |
maxRadius | number | - | js-api/src/interfaces/d4.ts:2762 |
missingValueColor | number | - | js-api/src/interfaces/d4.ts:2776 |
mode | string | Pie or donut | js-api/src/interfaces/d4.ts:2732 |
mouseOverOutlineColor | number | - | js-api/src/interfaces/d4.ts:2772 |
onClick | "Select" | "Filter" | "None" | Action to be performed when you click on a pie | js-api/src/interfaces/d4.ts:2758 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:2846 |
outlineColor | number | - | js-api/src/interfaces/d4.ts:2770 |
outlineLineWidth | number | - | js-api/src/interfaces/d4.ts:2766 |
pieSortOrder | string | - | js-api/src/interfaces/d4.ts:2727 |
pieSortType | string | - | js-api/src/interfaces/d4.ts:2725 |
rowSource | "All" | "Filtered" | "Selected" | "SelectedOrCurrent" | "FilteredSelected" | "MouseOverGroup" | "CurrentRow" | "MouseOverRow" | Determines the rows shown on the plot. | js-api/src/interfaces/d4.ts:2810 |
segmentAngle | string | - | js-api/src/interfaces/d4.ts:2747 |
segmentAngleAggrType | string | - | js-api/src/interfaces/d4.ts:2750 |
segmentAngleColumnName | string | - | js-api/src/interfaces/d4.ts:2748 |
segmentLength | string | - | js-api/src/interfaces/d4.ts:2752 |
segmentLengthAggrType | string | - | js-api/src/interfaces/d4.ts:2755 |
segmentLengthColumnName | string | - | js-api/src/interfaces/d4.ts:2753 |
shift | number | - | js-api/src/interfaces/d4.ts:2764 |
showCenterLabel | boolean | Show text in the donut hole | js-api/src/interfaces/d4.ts:2735 |
showColumnSelector | boolean | - | js-api/src/interfaces/d4.ts:2787 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:2826 |
showLabel | boolean | Show the label (text or image) inside the pie. | js-api/src/interfaces/d4.ts:2779 |
showMouseOverRowGroup | boolean | Highlight part of the pie that corresponds to the mouse-over rows | js-api/src/interfaces/d4.ts:2790 |
showPercentage | boolean | Show the percent value inside the pie. | js-api/src/interfaces/d4.ts:2782 |
showSelectedRows | boolean | Highlight selected rows | js-api/src/interfaces/d4.ts:2793 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:2830 |
showValue | boolean | Show the number of values inside the pie. | js-api/src/interfaces/d4.ts:2785 |
startAngle | number | - | js-api/src/interfaces/d4.ts:2760 |
table | string | - | js-api/src/interfaces/d4.ts:2832 |
title | string | - | js-api/src/interfaces/d4.ts:2828 |