BoxPlot
Defined in: js-api/src/viewer.ts:896
Represents a viewer. See also https://datagrok.ai/help/develop/how-to/manipulate-viewers
See
Use Viewer to control the viewers. To develop a custom viewer, JsViewer.
Example
let view = grok.shell.addTableView(grok.data.demo.demog());
view.scatterPlot({
x: 'height',
y: 'weight',
size: 'age',
color: 'race',
});
Extends
Constructors
Constructor
new BoxPlot(
dart):BoxPlot
Defined in: js-api/src/viewer.ts:897
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
BoxPlot
Overrides
Properties
| Property | Modifier | Type | Default value | Description | Inherited from | Defined in |
|---|---|---|---|---|---|---|
_functions | protected | Func[] | [] | - | Viewer._functions | js-api/src/widgets/base.ts:214 |
_properties | protected | Property[] | [] | - | Viewer._properties | js-api/src/widgets/base.ts:213 |
_root | protected | HTMLElement | undefined | - | Viewer._root | js-api/src/u2core/component.ts:423 |
_u2 | readonly | ComponentState | undefined | - | Viewer._u2 | js-api/src/u2core/component.ts:76 |
componentMeta? | public | ComponentMetaBase | undefined | The registry metadata of the tag that built this component, stamped by the spec renderer — the single source the introspection surface below is generated from. | Viewer.componentMeta | js-api/src/u2core/component.ts:71 |
dart | public | any | undefined | - | Viewer.dart | js-api/src/widgets/base.ts:217 |
factory | public | Func | null | null | Constructor function. No parameters, returns [Widget]. | Viewer.factory | js-api/src/widgets/base.ts:211 |
isDetached | public | boolean | false | - | Viewer.isDetached | js-api/src/widgets/base.ts:218 |
props | public | IBoxPlotSettings & ObjectPropertyBag | undefined | - | Viewer.props | js-api/src/widgets/base.ts:215 |
specProps? | public | Record<string, unknown> | undefined | The props the registry's create was handed, stamped alongside componentMeta: the last resort of the property read below, for a component that keeps a prop under another name or not at all (a create wrapping a bare element). Construction-time values — a live one always wins. | Viewer.specProps | js-api/src/u2core/component.ts:75 |
subs | public | Subscription[] | undefined | - | Viewer.subs | js-api/src/widgets/base.ts:216 |
tags | public | any | undefined | - | Viewer.tags | js-api/src/viewer.ts:90 |
temp | public | any | undefined | Contains auxiliary information | Viewer.temp | js-api/src/widgets/base.ts:208 |
CORE_VIEWER_TYPES | static | string[] | undefined | - | Viewer.CORE_VIEWER_TYPES | js-api/src/viewer.ts:455 |
Accessors
aiDescription
Get Signature
get aiDescription():
string|null
Defined in: js-api/src/viewer.ts:117
AI briefing of the underlying Dart viewer.
Returns
string | null