IPcPlotSettings
Defined in: js-api/src/interfaces/d4.ts:2550
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:2686 |
autoLayout | boolean | - | js-api/src/interfaces/d4.ts:2622 |
axisFont | string | - | js-api/src/interfaces/d4.ts:2636 |
backColor | number | - | js-api/src/interfaces/d4.ts:2643 |
bins | number | - | js-api/src/interfaces/d4.ts:2602 |
categoricalColorScheme | number[] | Applies only to columns with 100+ categories; below that, the column's color coding is used. | js-api/src/interfaces/d4.ts:2641 |
color | string | - | js-api/src/interfaces/d4.ts:2568 |
colorAxisType | "linear" | "logarithmic" | - | js-api/src/interfaces/d4.ts:2576 |
colorColumnName | string | - | js-api/src/interfaces/d4.ts:2569 |
colorMap | string | Categorical coloring time unit map function (applicable to dates only). | js-api/src/interfaces/d4.ts:2572 |
colorMax | number | - | js-api/src/interfaces/d4.ts:2582 |
colorMin | number | - | js-api/src/interfaces/d4.ts:2580 |
columnNames | string[] | Columns to use | js-api/src/interfaces/d4.ts:2556 |
controlsFont | string | Viewer controls elements font. | js-api/src/interfaces/d4.ts:2684 |
currentLineColor | number | - | js-api/src/interfaces/d4.ts:2653 |
currentLineWidth | number | - | js-api/src/interfaces/d4.ts:2620 |
densityStyle | string | - | js-api/src/interfaces/d4.ts:2584 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:2700 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:2712 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:2714 |
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:2681 |
filteredOutLineColor | number | - | js-api/src/interfaces/d4.ts:2647 |
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:2704 |
horzMargin | number | - | js-api/src/interfaces/d4.ts:2667 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:2707 |
interquartileLineWidth | number | - | js-api/src/interfaces/d4.ts:2600 |
invertColorScheme | boolean | - | js-api/src/interfaces/d4.ts:2578 |
labelsOrientation | "Auto" | "Horz" | "Vert" | - | js-api/src/interfaces/d4.ts:2632 |
legendPosition | "Top" | "Bottom" | "Auto" | "Left" | "Right" | "RightTop" | "RightBottom" | "LeftTop" | "LeftBottom" | - | js-api/src/interfaces/d4.ts:2671 |
legendVisibility | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:2669 |
linearColorScheme | number[] | - | js-api/src/interfaces/d4.ts:2638 |
lineColor | number | - | js-api/src/interfaces/d4.ts:2651 |
lineWidth | number | - | js-api/src/interfaces/d4.ts:2624 |
logColumnsColumnNames | string[] | Columns where logarithmic axis is used. Should be a subset of Column Names. | js-api/src/interfaces/d4.ts:2560 |
maxCategories | number | - | js-api/src/interfaces/d4.ts:2665 |
minMaxHeight | number | - | js-api/src/interfaces/d4.ts:2628 |
minMaxOrientation | "Auto" | "Horz" | "Vert" | - | js-api/src/interfaces/d4.ts:2634 |
missingValueColor | number | - | js-api/src/interfaces/d4.ts:2649 |
mouseOverLineColor | number | - | js-api/src/interfaces/d4.ts:2655 |
mouseOverLineWidth | number | - | js-api/src/interfaces/d4.ts:2626 |
normalizeEachColumn | boolean | Determines the way a value is mapped to the vertical scale. TRUE: bottom is column minimum, top is column maximum. Use when columns contain values in different units FALSE: uses the same scale. This lets you compare values across columns if units are the same (for instance, use it for tracking change over time).' | js-api/src/interfaces/d4.ts:2566 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:2710 |
rowSource | "All" | "Filtered" | "Selected" | "SelectedOrCurrent" | "FilteredSelected" | "MouseOverGroup" | "CurrentRow" | "MouseOverRow" | Determines the rows shown on the plot. | js-api/src/interfaces/d4.ts:2674 |
selectedRowsColor | number | - | js-api/src/interfaces/d4.ts:2645 |
showAllLines | boolean | Either all lines are shown or only current line, mouse over line, selected ones. | js-api/src/interfaces/d4.ts:2611 |
showCircles | boolean | - | js-api/src/interfaces/d4.ts:2596 |
showColorSelector | boolean | - | js-api/src/interfaces/d4.ts:2574 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:2690 |
showCurrentLine | boolean | - | js-api/src/interfaces/d4.ts:2604 |
showDensity | boolean | - | js-api/src/interfaces/d4.ts:2659 |
showFilteredOutLines | boolean | Whether the filtered out values are shown. See also Filtered Out Line Color | js-api/src/interfaces/d4.ts:2553 |
showFilters | boolean | Whether the in-chart filters are visible | js-api/src/interfaces/d4.ts:2618 |
showInterquartileRange | boolean | - | js-api/src/interfaces/d4.ts:2586 |
showLabels | boolean | - | js-api/src/interfaces/d4.ts:2663 |
showLowerDash | boolean | - | js-api/src/interfaces/d4.ts:2590 |
showMeanCross | boolean | - | js-api/src/interfaces/d4.ts:2592 |
showMedian | boolean | - | js-api/src/interfaces/d4.ts:2594 |
showMinMax | boolean | - | js-api/src/interfaces/d4.ts:2661 |
showMouseOverLine | boolean | - | js-api/src/interfaces/d4.ts:2606 |
showMouseOverRowGroup | boolean | - | js-api/src/interfaces/d4.ts:2608 |
showSelectedRows | boolean | When checked, selected lines are highlighted using the selected rows color. When unchecked, selected lines use their regular color coding. | js-api/src/interfaces/d4.ts:2615 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:2694 |
showUpperDash | boolean | - | js-api/src/interfaces/d4.ts:2588 |
table | string | - | js-api/src/interfaces/d4.ts:2696 |
title | string | - | js-api/src/interfaces/d4.ts:2692 |
transformation | string | - | js-api/src/interfaces/d4.ts:2630 |
whiskerColor | number | - | js-api/src/interfaces/d4.ts:2657 |
whiskerLineWidth | number | - | js-api/src/interfaces/d4.ts:2598 |