Skip to main content

ICorrelationPlotSettings

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

Properties

PropertyTypeDescriptionDefined in
allowDynamicMenusboolean-js-api/src/interfaces/d4.ts:844
backColornumber-js-api/src/interfaces/d4.ts:828
colHeaderFontstring-js-api/src/interfaces/d4.ts:832
controlsFontstring-js-api/src/interfaces/d4.ts:809
correlationType"Pearson" | "Spearman"-js-api/src/interfaces/d4.ts:817
defaultCellFontstring-js-api/src/interfaces/d4.ts:830
descriptionstringViewer description that gets shown at the Descriptor Position. Markup is supported.js-api/src/interfaces/d4.ts:858
descriptionPosition"Top" | "Bottom" | "Left" | "Right"-js-api/src/interfaces/d4.ts:870
descriptionVisibilityMode"Auto" | "Always" | "Never"-js-api/src/interfaces/d4.ts:872
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:842
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:862
ignoreDoubleClickbooleanIgnores double click behavior on the grid cells.js-api/src/interfaces/d4.ts:826
initializationFunctionstringNamespace-qualified function that gets executed when a viewer is initializedjs-api/src/interfaces/d4.ts:865
onInitializedScriptstringJavaScript that gets executed after a viewer is initialized and added to the TableViewjs-api/src/interfaces/d4.ts:868
rowSource"All" | "Filtered" | "Selected" | "SelectedOrCurrent" | "FilteredSelected" | "MouseOverGroup" | "CurrentRow" | "MouseOverRow"Determines the rows shown on the plot.js-api/src/interfaces/d4.ts:835
showContextMenubooleanProperties common for all viewers todo: use code generationjs-api/src/interfaces/d4.ts:848
showPearsonRbooleanShows the Pearson correlation coefficient inside the corresponding cell.js-api/src/interfaces/d4.ts:820
showTitleboolean-js-api/src/interfaces/d4.ts:852
showTooltipbooleanShows the tooltip with the corresponding scatter plot inside.js-api/src/interfaces/d4.ts:823
tablestring-js-api/src/interfaces/d4.ts:854
titlestring-js-api/src/interfaces/d4.ts:850
xColumnNamesstring[]Columns to be put on the X axisjs-api/src/interfaces/d4.ts:812
yColumnNamesstring[]Columns to be put on the Y axisjs-api/src/interfaces/d4.ts:815