IBoxPlotSettings
Defined in: js-api/src/interfaces/d4.ts:278
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
adjustmentMode | string | How the Adjust By covariate transforms the plotted value: ratio — plot value / covariate regressOut — plot the value residualized on the covariate ANCOVA (a method choice) handles the covariate inside the test instead. | js-api/src/interfaces/d4.ts:447 |
allowColorSynchronization | boolean | - | js-api/src/interfaces/d4.ts:496 |
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:580 |
alpha | number | Significance level for the group comparison (0 < alpha < 1). | js-api/src/interfaces/d4.ts:423 |
annotationFont | string | - | js-api/src/interfaces/d4.ts:616 |
annotationRegions | string | - | js-api/src/interfaces/d4.ts:610 |
autoLayout | boolean | - | js-api/src/interfaces/d4.ts:498 |
axisFont | string | - | js-api/src/interfaces/d4.ts:505 |
axisType | "linear" | "logarithmic" | - | js-api/src/interfaces/d4.ts:307 |
axisUseColumnFormat | boolean | - | js-api/src/interfaces/d4.ts:518 |
backColor | number | - | js-api/src/interfaces/d4.ts:534 |
baselineMode | string | Control baseline for control comparisons, driven by the on-chart toggle: Pooled control — one control group compared against across all data Matched · per stratum — each box vs the control within its own stratum (the 2nd split column) Matched needs a second category column; otherwise it behaves as pooled. | js-api/src/interfaces/d4.ts:453 |
binColor | string | Column to color-code boxes (Q2-Q3 region) or inner violin shapes. See also Bin Color Aggr Type. | js-api/src/interfaces/d4.ts:328 |
binColorAggrType | string | Aggregation function for color-coding. See also Bin Color. | js-api/src/interfaces/d4.ts:333 |
binColorColumnName | string | - | js-api/src/interfaces/d4.ts:329 |
bins | number | Number of KDE bins to display a violin plot. | js-api/src/interfaces/d4.ts:521 |
categoricalColorScheme | number[] | Applies only to columns with 100+ categories; below that, the column's color coding is used. | js-api/src/interfaces/d4.ts:552 |
category1 | string | If Category 2 is not defined, sets Markers Color the same as the currently selected column. | js-api/src/interfaces/d4.ts:282 |
category1ColumnName | string | - | js-api/src/interfaces/d4.ts:283 |
category1Map | string | Time unit map function for Category 1 Column Names (applicable to dates only). | js-api/src/interfaces/d4.ts:286 |
category2 | string | If defined, sets Markers Color the same as the currently selected column. | js-api/src/interfaces/d4.ts:289 |
category2ColumnName | string | - | js-api/src/interfaces/d4.ts:290 |
category2Map | string | Time unit map function for Category 2 Column Names (applicable to dates only). | js-api/src/interfaces/d4.ts:293 |
categoryColumnNames | string[] | - | js-api/src/interfaces/d4.ts:279 |
categoryFont | string | - | js-api/src/interfaces/d4.ts:507 |
colorAxisType | "linear" | "logarithmic" | - | js-api/src/interfaces/d4.ts:345 |
colorMax | number | - | js-api/src/interfaces/d4.ts:351 |
colorMin | number | - | js-api/src/interfaces/d4.ts:349 |
controlBandColor | number | Color of the band highlighting the control group in control comparisons mode. | js-api/src/interfaces/d4.ts:547 |
controlComparisons | boolean | Compare each group against the control group (3+ categories). Driven by the on-chart control selector: on when a group is picked, off when its blank row is picked. | js-api/src/interfaces/d4.ts:438 |
controlGroup | string | Category used as the control group for control comparisons. | js-api/src/interfaces/d4.ts:441 |
controlsFont | string | Viewer controls elements font. | js-api/src/interfaces/d4.ts:578 |
covariate | string | Numeric covariate to adjust the value by before comparing groups (e.g. organ weight by body weight). See Adjustment for the transform. Single category column only. | js-api/src/interfaces/d4.ts:427 |
covariateColumnName | string | - | js-api/src/interfaces/d4.ts:428 |
defaultBoxColor | number | - | js-api/src/interfaces/d4.ts:544 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:594 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:606 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:608 |
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:575 |
filteredOutRowsColor | number | - | js-api/src/interfaces/d4.ts:538 |
filteredRowsColor | number | - | js-api/src/interfaces/d4.ts:536 |
formulaFont | string | - | js-api/src/interfaces/d4.ts:630 |
formulaLines | string | - | js-api/src/interfaces/d4.ts:618 |
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:598 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:601 |
interquartileLineWidth | number | Width of interquartile line, if Auto Layout is enabled, it will be scaled when violins are too narrow. | js-api/src/interfaces/d4.ts:514 |
invertColorScheme | boolean | - | js-api/src/interfaces/d4.ts:347 |
invertYAxis | boolean | - | js-api/src/interfaces/d4.ts:313 |
labelOrientation | "Auto" | "Horz" | "Vert" | - | js-api/src/interfaces/d4.ts:299 |
legendPosition | "Top" | "Bottom" | "Auto" | "Left" | "Right" | "RightTop" | "RightBottom" | "LeftTop" | "LeftBottom" | - | js-api/src/interfaces/d4.ts:565 |
legendVisibility | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:563 |
linearColorScheme | number[] | - | js-api/src/interfaces/d4.ts:549 |
markerColor | string | Column to color-code markers. Changing Category 1 or Category 2 sets the color scheme to categorical (same as selected category column). | js-api/src/interfaces/d4.ts:339 |
markerColorColumnName | string | - | js-api/src/interfaces/d4.ts:340 |
markerColorMap | string | Categorical coloring time unit map function (applicable to dates only). | js-api/src/interfaces/d4.ts:343 |
markerMaxSize | number | - | js-api/src/interfaces/d4.ts:371 |
markerMinSize | number | - | js-api/src/interfaces/d4.ts:369 |
markerOpacity | number | - | js-api/src/interfaces/d4.ts:377 |
markers | string | - | js-api/src/interfaces/d4.ts:363 |
markersColumnName | string | - | js-api/src/interfaces/d4.ts:364 |
markerSize | number | - | js-api/src/interfaces/d4.ts:375 |
markerSizeColumnName | string | - | js-api/src/interfaces/d4.ts:355 |
markerSizeScaling | "linear" | "logarithmic" | Linear or logarithmic scale for the Marker Size Column. | js-api/src/interfaces/d4.ts:358 |
markersMap | string | Marker category time unit map function (applicable to dates only). | js-api/src/interfaces/d4.ts:367 |
markerType | string | - | js-api/src/interfaces/d4.ts:373 |
method | string | Test method (empty = auto-selected by category count): 2 categories — Welch / Student 3+ categories — Welch / Fisher ANOVA control comparisons — Dunnett / Holm-Welch | js-api/src/interfaces/d4.ts:434 |
missingValueColor | number | - | js-api/src/interfaces/d4.ts:542 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:604 |
plotStyle | string | - | js-api/src/interfaces/d4.ts:503 |
rowSource | "All" | "Filtered" | "Selected" | "SelectedOrCurrent" | "FilteredSelected" | "MouseOverGroup" | "CurrentRow" | "MouseOverRow" | Determines the rows shown on the plot. | js-api/src/interfaces/d4.ts:568 |
rowTooltip | string | Newline-separated list of column names to be used in a tooltip. Requires showTooltip to be enabled. | js-api/src/interfaces/d4.ts:561 |
selectedRowsColor | number | - | js-api/src/interfaces/d4.ts:540 |
showAllCategories | boolean | When checked, both categories from Category 1 and Category 2 columns are shown ignoring axis size adjustments. | js-api/src/interfaces/d4.ts:501 |
showAssumptionChecks | boolean | Show the ANOVA/t-test assumption checks under the p-value: per-group normality (Shapiro-Wilk) and equal variances (Brown-Forsythe). Diagnostics only — they never change the test. | js-api/src/interfaces/d4.ts:420 |
showAvg | boolean | - | js-api/src/interfaces/d4.ts:484 |
showCategoryAxis | boolean | - | js-api/src/interfaces/d4.ts:295 |
showCategorySelector | boolean | - | js-api/src/interfaces/d4.ts:297 |
showColorSelector | boolean | - | js-api/src/interfaces/d4.ts:335 |
showComparisonControls | boolean | Show the on-chart group-comparison controls (method, control comparisons, control group); with Auto Layout they are also hidden when the viewer is small. | js-api/src/interfaces/d4.ts:415 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:584 |
showDataframeAnnotationRegions | boolean | - | js-api/src/interfaces/d4.ts:614 |
showDataframeFormulaLines | boolean | Control the visibility of dataframe-originated formula lines. Edit formula lines by right-clicking and selecting "Tools | Formula Lines" from the popup menu. Requires the PowerPack plugin. |
showEmptyCategories | boolean | Include plots, which are empty or have null values. | js-api/src/interfaces/d4.ts:324 |
showGroupComparison | boolean | Compare group means with the test that fits the data: 2 groups — t-test 3+ groups — one-way ANOVA vs control — each group against a control two category columns — two-way ANOVA Method and control are set on-chart. Hidden above 30 group combinations. | js-api/src/interfaces/d4.ts:411 |
showInliersCount | boolean | Shown values count inside lower and upper bounds, where: IQR = Q3 - Q1. Lower Bound = Q1 - (1.5 * IQR). Upper Bound = Q3 + (1.5 * IQR). | js-api/src/interfaces/d4.ts:472 |
showInsideValues | boolean | Show points inside the interquartile range (Q3 - Q1). | js-api/src/interfaces/d4.ts:391 |
showLabels | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:557 |
showLowerDash | boolean | - | js-api/src/interfaces/d4.ts:381 |
showMarkers | boolean | Show individual data point markers. When off, only the box / violin shapes are drawn. | js-api/src/interfaces/d4.ts:361 |
showMax | boolean | - | js-api/src/interfaces/d4.ts:482 |
showMeanCross | boolean | - | js-api/src/interfaces/d4.ts:379 |
showMed | boolean | - | js-api/src/interfaces/d4.ts:486 |
showMedianDash | boolean | - | js-api/src/interfaces/d4.ts:385 |
showMin | boolean | - | js-api/src/interfaces/d4.ts:480 |
showMinorCategories | boolean | Display subcategories - category combinations in the x axis table. | js-api/src/interfaces/d4.ts:302 |
showMouseOverPoint | boolean | - | js-api/src/interfaces/d4.ts:401 |
showMouseOverRowGroup | boolean | - | js-api/src/interfaces/d4.ts:403 |
showOutliersCount | boolean | Shown values count outside lower and upper bounds, where: IQR = Q3 - Q1. Lower Bound = Q1 - (1.5 * IQR). Upper Bound = Q3 + (1.5 * IQR). | js-api/src/interfaces/d4.ts:478 |
showOutsideValues | boolean | Show points outside the interquartile range (Q3 - Q1). | js-api/src/interfaces/d4.ts:394 |
showPValue | boolean | Show p-value. Press T to toggle. Currently works only when there are two categories. Welch's t-test is used for calculating the p-value. | js-api/src/interfaces/d4.ts:399 |
showQ1 | boolean | - | js-api/src/interfaces/d4.ts:490 |
showQ3 | boolean | - | js-api/src/interfaces/d4.ts:492 |
showSelectedRows | boolean | When checked, selected points are highlighted using the selected rows color. When unchecked, selected points use their regular color coding. | js-api/src/interfaces/d4.ts:459 |
showSizeSelector | boolean | - | js-api/src/interfaces/d4.ts:353 |
showStatistics | boolean | - | js-api/src/interfaces/d4.ts:455 |
showStdev | boolean | - | js-api/src/interfaces/d4.ts:488 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:588 |
showTooltip | string | Controls box plot tooltip visibility | js-api/src/interfaces/d4.ts:555 |
showTotalCount | boolean | - | js-api/src/interfaces/d4.ts:466 |
showUpperDash | boolean | - | js-api/src/interfaces/d4.ts:383 |
showValueAxis | boolean | - | js-api/src/interfaces/d4.ts:315 |
showValueSelector | boolean | - | js-api/src/interfaces/d4.ts:317 |
showValuesLimit | number | Points are not shown if the number of rows is greater than Show Values Limit. | js-api/src/interfaces/d4.ts:388 |
showViewerAnnotationRegions | boolean | - | js-api/src/interfaces/d4.ts:612 |
showViewerFormulaLines | boolean | Control the visibility of viewer-level formula lines. Edit formula lines by right-clicking and selecting "Tools | Formula Lines" from the popup menu. Requires the PowerPack plugin. |
statistics | string[] | - | js-api/src/interfaces/d4.ts:461 |
statisticsFont | string | - | js-api/src/interfaces/d4.ts:509 |
statisticsFormat | string | Format for the statistics table values (p-values and comparison statistics use fixed formats). | js-api/src/interfaces/d4.ts:464 |
table | string | - | js-api/src/interfaces/d4.ts:590 |
title | string | - | js-api/src/interfaces/d4.ts:586 |
value | string | - | js-api/src/interfaces/d4.ts:304 |
valueColumnName | string | - | js-api/src/interfaces/d4.ts:305 |
valueMax | number | - | js-api/src/interfaces/d4.ts:311 |
valueMin | number | - | js-api/src/interfaces/d4.ts:309 |
viewport | string | - | js-api/src/interfaces/d4.ts:494 |
violinLineWidth | number | Width of the violin outline; drawn on top of the points. | js-api/src/interfaces/d4.ts:532 |
violinWhiskerColor | number | Color of violin whiskers and interquartile range line. | js-api/src/interfaces/d4.ts:529 |
whiskerColor | number | Color of box-plot whiskers, box outline and the slightly transparent box fill. When empty, categories are colored sequentially with the Categorical Color Scheme (by inner subcategory when two category columns are selected). | js-api/src/interfaces/d4.ts:526 |
whiskerLineWidth | number | - | js-api/src/interfaces/d4.ts:511 |
whiskerWidthRatio | number | - | js-api/src/interfaces/d4.ts:516 |
zoomValuesByFilter | boolean | If checked, focuses on filtered points (on value axis) as the filter changes. If current value column is filtered, zoom is not applied. | js-api/src/interfaces/d4.ts:321 |