Skip to main content

IPcPlotSettings

Defined in: js-api/src/interfaces/d4.ts:2550

Properties

PropertyTypeDescriptionDefined in
allowDynamicMenusboolean-js-api/src/interfaces/d4.ts:2686
autoLayoutboolean-js-api/src/interfaces/d4.ts:2622
axisFontstring-js-api/src/interfaces/d4.ts:2636
backColornumber-js-api/src/interfaces/d4.ts:2643
binsnumber-js-api/src/interfaces/d4.ts:2602
categoricalColorSchemenumber[]Applies only to columns with 100+ categories; below that, the column's color coding is used.js-api/src/interfaces/d4.ts:2641
colorstring-js-api/src/interfaces/d4.ts:2568
colorAxisType"linear" | "logarithmic"-js-api/src/interfaces/d4.ts:2576
colorColumnNamestring-js-api/src/interfaces/d4.ts:2569
colorMapstringCategorical coloring time unit map function (applicable to dates only).js-api/src/interfaces/d4.ts:2572
colorMaxnumber-js-api/src/interfaces/d4.ts:2582
colorMinnumber-js-api/src/interfaces/d4.ts:2580
columnNamesstring[]Columns to usejs-api/src/interfaces/d4.ts:2556
controlsFontstringViewer controls elements font.js-api/src/interfaces/d4.ts:2684
currentLineColornumber-js-api/src/interfaces/d4.ts:2653
currentLineWidthnumber-js-api/src/interfaces/d4.ts:2620
densityStylestring-js-api/src/interfaces/d4.ts:2584
descriptionstringViewer 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
filterstringFormula 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
filteredOutLineColornumber-js-api/src/interfaces/d4.ts:2647
helpstringHelp 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
horzMarginnumber-js-api/src/interfaces/d4.ts:2667
initializationFunctionstringNamespace-qualified function that gets executed when a viewer is initializedjs-api/src/interfaces/d4.ts:2707
interquartileLineWidthnumber-js-api/src/interfaces/d4.ts:2600
invertColorSchemeboolean-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
linearColorSchemenumber[]-js-api/src/interfaces/d4.ts:2638
lineColornumber-js-api/src/interfaces/d4.ts:2651
lineWidthnumber-js-api/src/interfaces/d4.ts:2624
logColumnsColumnNamesstring[]Columns where logarithmic axis is used. Should be a subset of Column Names.js-api/src/interfaces/d4.ts:2560
maxCategoriesnumber-js-api/src/interfaces/d4.ts:2665
minMaxHeightnumber-js-api/src/interfaces/d4.ts:2628
minMaxOrientation"Auto" | "Horz" | "Vert"-js-api/src/interfaces/d4.ts:2634
missingValueColornumber-js-api/src/interfaces/d4.ts:2649
mouseOverLineColornumber-js-api/src/interfaces/d4.ts:2655
mouseOverLineWidthnumber-js-api/src/interfaces/d4.ts:2626
normalizeEachColumnbooleanDetermines 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
onInitializedScriptstringJavaScript that gets executed after a viewer is initialized and added to the TableViewjs-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
selectedRowsColornumber-js-api/src/interfaces/d4.ts:2645
showAllLinesbooleanEither all lines are shown or only current line, mouse over line, selected ones.js-api/src/interfaces/d4.ts:2611
showCirclesboolean-js-api/src/interfaces/d4.ts:2596
showColorSelectorboolean-js-api/src/interfaces/d4.ts:2574
showContextMenubooleanProperties common for all viewers todo: use code generationjs-api/src/interfaces/d4.ts:2690
showCurrentLineboolean-js-api/src/interfaces/d4.ts:2604
showDensityboolean-js-api/src/interfaces/d4.ts:2659
showFilteredOutLinesbooleanWhether the filtered out values are shown. See also Filtered Out Line Colorjs-api/src/interfaces/d4.ts:2553
showFiltersbooleanWhether the in-chart filters are visiblejs-api/src/interfaces/d4.ts:2618
showInterquartileRangeboolean-js-api/src/interfaces/d4.ts:2586
showLabelsboolean-js-api/src/interfaces/d4.ts:2663
showLowerDashboolean-js-api/src/interfaces/d4.ts:2590
showMeanCrossboolean-js-api/src/interfaces/d4.ts:2592
showMedianboolean-js-api/src/interfaces/d4.ts:2594
showMinMaxboolean-js-api/src/interfaces/d4.ts:2661
showMouseOverLineboolean-js-api/src/interfaces/d4.ts:2606
showMouseOverRowGroupboolean-js-api/src/interfaces/d4.ts:2608
showSelectedRowsbooleanWhen 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
showTitleboolean-js-api/src/interfaces/d4.ts:2694
showUpperDashboolean-js-api/src/interfaces/d4.ts:2588
tablestring-js-api/src/interfaces/d4.ts:2696
titlestring-js-api/src/interfaces/d4.ts:2692
transformationstring-js-api/src/interfaces/d4.ts:2630
whiskerColornumber-js-api/src/interfaces/d4.ts:2657
whiskerLineWidthnumber-js-api/src/interfaces/d4.ts:2598