Skip to main content

IHistogramSettings

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

Properties

PropertyTypeDescriptionDefined in
aggTooltipColumnsstring-js-api/src/interfaces/d4.ts:1658
allowColumnSelectionboolean-js-api/src/interfaces/d4.ts:1506
allowDynamicMenusboolean-js-api/src/interfaces/d4.ts:1677
annotationFontstring-js-api/src/interfaces/d4.ts:1709
annotationRegionsstring-js-api/src/interfaces/d4.ts:1703
autoLayoutbooleanstylejs-api/src/interfaces/d4.ts:1620
axisFontstring-js-api/src/interfaces/d4.ts:1632
backColornumber-js-api/src/interfaces/d4.ts:1630
binsnumberNumber of bins on the histogramjs-api/src/interfaces/d4.ts:1515
binToRangebooleanBin the values that are in the filter range.js-api/src/interfaces/d4.ts:1576
binWidthRationumberHow much space does bin occupy (1 = no margins, 0 = no bin)js-api/src/interfaces/d4.ts:1612
colorstringNumerical 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:1544
colorAggrTypestring-js-api/src/interfaces/d4.ts:1547
colorColumnNamestring-js-api/src/interfaces/d4.ts:1545
controlsFontstringViewer controls elements font.js-api/src/interfaces/d4.ts:1675
descriptionstringViewer description that gets shown at the Descriptor Position. Markup is supported.js-api/src/interfaces/d4.ts:1687
descriptionPosition"Top" | "Bottom" | "Left" | "Right"-js-api/src/interfaces/d4.ts:1699
descriptionVisibilityMode"Auto" | "Always" | "Never"-js-api/src/interfaces/d4.ts:1701
fillSplinebooleanWhether the area below the spline should be filled with the corresponding color. Only applicable when spline is true and split is emptyjs-api/src/interfaces/d4.ts:1597
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:1672
filteredBinsColornumber-js-api/src/interfaces/d4.ts:1634
filteredOutColornumber-js-api/src/interfaces/d4.ts:1640
filterHeightnumber-js-api/src/interfaces/d4.ts:1626
filteringEnabledbooleanAllows to filter table using the range slider on the bottom.js-api/src/interfaces/d4.ts:1498
filterMarginBottomnumber-js-api/src/interfaces/d4.ts:1656
filterMarginTopnumber-js-api/src/interfaces/d4.ts:1654
formulaFontstring-js-api/src/interfaces/d4.ts:1723
formulaLinesstring-js-api/src/interfaces/d4.ts:1711
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:1691
initializationFunctionstringNamespace-qualified function that gets executed when a viewer is initializedjs-api/src/interfaces/d4.ts:1694
invertColorSchemeboolean-js-api/src/interfaces/d4.ts:1549
legendPosition"Top" | "Bottom" | "Auto" | "Left" | "Right" | "RightTop" | "RightBottom" | "LeftTop" | "LeftBottom"-js-api/src/interfaces/d4.ts:1662
legendVisibility"Auto" | "Always" | "Never"-js-api/src/interfaces/d4.ts:1660
linearColorSchemenumber[]-js-api/src/interfaces/d4.ts:1551
marginBottomnumber-js-api/src/interfaces/d4.ts:1652
marginLeftnumber-js-api/src/interfaces/d4.ts:1646
marginRightnumber-js-api/src/interfaces/d4.ts:1650
marginTopnumber-js-api/src/interfaces/d4.ts:1648
normalizeToFilterbooleanWhether the values should be normalized to the filter or globally.js-api/src/interfaces/d4.ts:1573
normalizeValuesbooleanWhether the values should be normalized when multiple histograms are shown. If true, you are comparing distributions; if false, you are comparing absolute values. Requires Split Column Name to be set.js-api/src/interfaces/d4.ts:1560
onInitializedScriptstringJavaScript that gets executed after a viewer is initialized and added to the TableViewjs-api/src/interfaces/d4.ts:1697
rowIndicatorSizenumber-js-api/src/interfaces/d4.ts:1628
rowSource"All" | "Filtered" | "Selected" | "SelectedOrCurrent" | "FilteredSelected" | "MouseOverGroup" | "CurrentRow" | "MouseOverRow"Determines the rows shown on the plot.js-api/src/interfaces/d4.ts:1665
selectedBinsColornumber-js-api/src/interfaces/d4.ts:1636
showBinSelectorbooleanShow bin selector in the left top panel when the mouse is over the histogramjs-api/src/interfaces/d4.ts:1509
showChartsboolean-js-api/src/interfaces/d4.ts:1642
showClippedBinIndicatorsbooleanWhen enabled, shows wavy breaks and arrows on the bins that are clipped by the vertical axis range.js-api/src/interfaces/d4.ts:1540
showColumnSelectorboolean-js-api/src/interfaces/d4.ts:1602
showContextMenubooleanShows the context menu.js-api/src/interfaces/d4.ts:1617
showCurrentRowbooleanIndicates current row as a dot on the horizontal axisjs-api/src/interfaces/d4.ts:1583
showDataframeAnnotationRegionsboolean-js-api/src/interfaces/d4.ts:1707
showDataframeFormulaLinesbooleanControl the visibility of dataframe-originated formula lines. Edit formula lines by right-clicking and selecting "ToolsFormula Lines" from the popup menu. Requires the PowerPack plugin.
showDistributionLinesbooleanShows distribution lines for each stack or spline category in the histogram (see also Split and Split Stack).js-api/src/interfaces/d4.ts:1600
showFilteredOutRowsbooleanWhether the filtered out rows should be shown with the semi-transparent color See also Filtered Out Colorjs-api/src/interfaces/d4.ts:1495
showHistogramboolean-js-api/src/interfaces/d4.ts:1614
showMarkersbooleanWhether markers should be drown when multiple histograms are shown. Requires Split Column Name to be set.js-api/src/interfaces/d4.ts:1580
showMouseOverRowbooleanIndicates current row as a dot on the horizontal axisjs-api/src/interfaces/d4.ts:1586
showMouseOverRowGroupbooleanShow the distribution of the values that the mouse is currently over in another viewer.js-api/src/interfaces/d4.ts:1589
showRangeInputsbooleanVisibility of the free-text inputs for the filter rangejs-api/src/interfaces/d4.ts:1609
showRangeSliderboolean-js-api/src/interfaces/d4.ts:1606
showSplitSelectorboolean-js-api/src/interfaces/d4.ts:1604
showTitleboolean-js-api/src/interfaces/d4.ts:1681
showValuesbooleanShow bin values on top of the barsjs-api/src/interfaces/d4.ts:1512
showViewerAnnotationRegionsboolean-js-api/src/interfaces/d4.ts:1705
showViewerFormulaLinesbooleanControl the visibility of viewer-level formula lines. Edit formula lines by right-clicking and selecting "ToolsFormula Lines" from the popup menu. Requires the PowerPack plugin.
showXAxisboolean-js-api/src/interfaces/d4.ts:1504
showYAxisboolean-js-api/src/interfaces/d4.ts:1524
splinebooleanWhether the distribution should be rendered as bars or as a spline. When Split is defined, histogram always shows splines.js-api/src/interfaces/d4.ts:1593
splineTensionnumberSpline tension in case multiple histograms are shown. Requires Split Column Name to be set.js-api/src/interfaces/d4.ts:1567
splitstringA categorical column to split data on (each bar represents a category)js-api/src/interfaces/d4.ts:1554
splitColumnNamestring-js-api/src/interfaces/d4.ts:1555
splitStackbooleanIf true, split are shown as stacked binsjs-api/src/interfaces/d4.ts:1563
tablestring-js-api/src/interfaces/d4.ts:1683
titlestring-js-api/src/interfaces/d4.ts:1679
valuestringA numerical column used to calculate the distribution of values.js-api/src/interfaces/d4.ts:1501
valueColumnNamestring-js-api/src/interfaces/d4.ts:1502
valueMaxnumber-js-api/src/interfaces/d4.ts:1522
valueMinnumber-js-api/src/interfaces/d4.ts:1520
valuesColornumber-js-api/src/interfaces/d4.ts:1638
viewportstring-js-api/src/interfaces/d4.ts:1644
xAxisHeightnumber-js-api/src/interfaces/d4.ts:1622
xAxisType"linear" | "logarithmic"Spreads the bins evenly on the logarithmic scale.js-api/src/interfaces/d4.ts:1518
yAxisType"linear" | "logarithmic"Scale of the vertical (bin count) axis. On the logarithmic scale, bins with 0 and 1 rows are drawn at the baseline.js-api/src/interfaces/d4.ts:1528
yAxisWidthnumber-js-api/src/interfaces/d4.ts:1624
yMaxnumberUpper bound of the vertical axis. Empty means the biggest bin count. Bins that do not fit are clipped.js-api/src/interfaces/d4.ts:1536
yMinnumberLower bound of the vertical axis. Empty means zero. Set Y Min and Y Max to put different histograms on the same scale.js-api/src/interfaces/d4.ts:1532
zoomToRangebooleanWhether the horizontal axis should be zoomed to the range of the visible bins.js-api/src/interfaces/d4.ts:1570