Skip to main content

Grid

High-performance, flexible spreadsheet control

Extends

Constructors

new Grid()

new Grid(dart): Grid

Parameters

ParameterType
dartany

Returns

Grid

Overrides

Viewer . constructor

Source

src/grid.ts:913

Properties

PropertyModifierTypeDefault valueDescriptionInherited from
_functionsprotectedFunc[][]-Viewer._functions
_propertiesprotectedProperty[][]-Viewer._properties
_rootprotectedHTMLElementundefined-Viewer._root
dartpublicanyundefined-Viewer.dart
factorypublicnull | FuncnullConstructor function. No parameters, returns [Widget].Viewer.factory
isDetachedpublicbooleanfalse-Viewer.isDetached
propspublicIGridSettings & ObjectPropertyBagundefined-Viewer.props
subspublicSubscription[]undefined-Viewer.subs
tagspublicanyundefined-Viewer.tags
temppublicanyundefinedContains auxiliary informationViewer.temp
CORE_VIEWER_TYPESstaticstring[]...-Viewer.CORE_VIEWER_TYPES

Accessors

canvas

get canvas(): HTMLCanvasElement

Returns

HTMLCanvasElement

Source

src/grid.ts:966


children

get children(): Widget<any>[]

Parent widget up the DOM tree, or null.

Returns

Widget<any>[]

Source

src/widgets/base.ts:284


colHeaderBox

get colHeaderBox(): Rect

Column labels box

Returns

Rect

Source

src/grid.ts:1088


colHeaderHeight

get colHeaderHeight(): number

Column labels height

Returns

number

Source

src/grid.ts:1080


columns

get columns(): GridColumnList

Grid columns.

Returns

GridColumnList

Source

src/grid.ts:934


dataFrame

get dataFrame(): DataFrame

set dataFrame(t): void

Parameters

ParameterType
tDataFrame

Returns

DataFrame

Source

src/viewer.ts:202


descriptor

get descriptor(): WidgetDescriptor

Descriptor of this widget.

Returns

WidgetDescriptor

Source

src/viewer.ts:97


filter

get filter(): BitSet

combined filter of the viewer

set filter(f): void

Parameters

ParameterType
fBitSet

Returns

BitSet

Source

src/viewer.ts:90


helpUrl

get helpUrl(): string

Help URL

set helpUrl(s): void

Parameters

ParameterType
sstring

Returns

string

Source

src/viewer.ts:206


horzScroll

get horzScroll(): RangeSlider

Horizontal scroll bar

Returns

RangeSlider

Source

src/grid.ts:1075


meta

get meta(): ViewerMetaHelper

Returns

ViewerMetaHelper

Source

src/viewer.ts:175


onAfterDrawContent

get onAfterDrawContent(): Observable <EventData<any>>

Returns

Observable <EventData<any>>

Source

src/grid.ts:1126


onAfterDrawOverlay

get onAfterDrawOverlay(): Observable <EventData<any>>

Returns

Observable <EventData<any>>

Source

src/grid.ts:1124


onBeforeDrawContent

get onBeforeDrawContent(): Observable <EventData<any>>

Returns

Observable <EventData<any>>

Source

src/grid.ts:1125


onBeforeDrawOverlay

get onBeforeDrawOverlay(): Observable <EventData<any>>

Returns

Observable <EventData<any>>

Source

src/grid.ts:1123


onCellClick

get onCellClick(): Observable <GridCell<any>>

Returns

Observable <GridCell<any>>

Source

src/grid.ts:1117


onCellDoubleClick

get onCellDoubleClick(): Observable <GridCell<any>>

Returns

Observable <GridCell<any>>

Source

src/grid.ts:1118


onCellKeyDown

get onCellKeyDown(): Observable <GridCell<any>>

Returns

Observable <GridCell<any>>

Source

src/grid.ts:1120


onCellMouseDown

get onCellMouseDown(): Observable <GridCell<any>>

Returns

Observable <GridCell<any>>

Source

src/grid.ts:1119


onCellMouseEnter

get onCellMouseEnter(): Observable <GridCell<any>>

Returns

Observable <GridCell<any>>

Source

src/grid.ts:1114


onCellMouseLeave

get onCellMouseLeave(): Observable <GridCell<any>>

Returns

Observable <GridCell<any>>

Source

src/grid.ts:1115


onCellRender

get onCellRender(): Observable <GridCellRenderArgs>

Occurs after the grid cell has been rendered. Do args.preventDefault() to prevent standard rendering. Sample: https://public.datagrok.ai/js/samples/grid/custom-cell-rendering-indexes See also onCellRendered.

Returns

Observable <GridCellRenderArgs>

Source

src/grid.ts:954


onCellRendered

get onCellRendered(): Observable <GridCellRenderArgs>

Occurs after the grid cell has been rendered. See also onCellRender.

Returns

Observable <GridCellRenderArgs>

Source

src/grid.ts:961


onCellValueEdited

get onCellValueEdited(): Observable <GridCell<any>>

Returns

Observable <GridCell<any>>

Source

src/grid.ts:1112


onColumnResized

get onColumnResized(): Observable<any>

Sample: https://public.datagrok.ai/js/samples/grid/resize-events

Returns

Observable<any>

Source

src/grid.ts:1101


onContextMenu

get onContextMenu(): Observable <Menu>

Returns

Observable <Menu>

Source

src/viewer.ts:302


onCurrentCellChanged

get onCurrentCellChanged(): Observable <GridCell<any>>

Returns

Observable <GridCell<any>>

Source

src/grid.ts:1113


onDartPropertyChanged

get onDartPropertyChanged(): Observable<null>

Returns

Observable<null>

Source

src/viewer.ts:328


onDataEvent

get onDataEvent(): Observable <ViewerEvent>

Returns

Observable <ViewerEvent>

Source

src/viewer.ts:99


onDataRowClicked

get onDataRowClicked(): Observable <ViewerEvent>

Returns

Observable <ViewerEvent>

Source

src/viewer.ts:103


onDataSelected

get onDataSelected(): Observable <ViewerEvent>

Returns

Observable <ViewerEvent>

Source

src/viewer.ts:101


onDetached

get onDetached(): Observable<any>

Occurs when viewer is detached.

Returns

Observable<any>

Source

src/viewer.ts:343


onGridCellLinkClicked

get onGridCellLinkClicked(): Observable <EventData <GridCellArgs>>

Returns

Observable <EventData <GridCellArgs>>

Source

src/grid.ts:1128


onPinnedRowsChanged

get onPinnedRowsChanged(): Observable<any>

Returns

Observable<any>

Source

src/grid.ts:1110


onPropertyValueChanged

get onPropertyValueChanged(): Observable <EventData <Property>>

Returns

Observable <EventData <Property>>

Source

src/viewer.ts:104


onRowEnter

get onRowEnter(): Observable <GridCell<any>>

Returns

Observable <GridCell<any>>

Source

src/grid.ts:1121


onRowsResized

get onRowsResized(): Observable<any>

Sample: https://public.datagrok.ai/js/samples/grid/resize-events

Returns

Observable<any>

Source

src/grid.ts:1106


onRowsSorted

get onRowsSorted(): Observable<any>

Sample: https://public.datagrok.ai/js/samples/grid/order-rows

Returns

Observable<any>

Source

src/grid.ts:1109


onTooltipCreated

get onTooltipCreated(): Observable <ViewerEvent>

Returns

Observable <ViewerEvent>

Source

src/viewer.ts:100


onTooltipCreating

get onTooltipCreating(): Observable <GridTooltipArgs>

Returns

Observable <GridTooltipArgs>

Source

src/grid.ts:1127


overlay

get overlay(): HTMLCanvasElement

Returns

HTMLCanvasElement

Source

src/grid.ts:971


parent

get parent(): null | Widget<any>

Parent widget up the DOM tree, or null.

Returns

null | Widget<any>

Source

src/widgets/base.ts:281


pinnedRows

get pinnedRows(): Iterable<number>

Pinned rows.

Returns

Iterable<number>

Source

src/grid.ts:1038


root

get root(): HTMLElement

Visual root.

Returns

HTMLElement

Source

src/viewer.ts:171


sortByColumns

get sortByColumns(): Column<any, any>[]

List of columns the grid is sorted by.

Returns

Column<any, any>[]

Source

src/grid.ts:976


sortTypes

get sortTypes(): boolean[]

Sort directions for [sortByColumns]: true = ascending order, false = descending order.

Returns

boolean[]

Source

src/grid.ts:979


table

get table(): DataFrame

Returns

DataFrame

Source

src/viewer.ts:187


tableView

get tableView(): null | TableView

Returns a view this viewer is associated with, or null

Returns

null | TableView

Source

src/viewer.ts:197


type

get type(): string

Returns viewer type (see VIEWER constants)

Returns

string

Source

src/viewer.ts:183


vertScroll

get vertScroll(): RangeSlider

Vertical scroll bar. Sample: https://public.datagrok.ai/js/samples/grid/scroll-bars

Returns

RangeSlider

Source

src/grid.ts:1064


view

get view(): null | View

Returns a view this viewer is associated with, or null

Returns

null | View

Source

src/viewer.ts:192

Methods

addProperty()

private addProperty(propertyName, propertyType, defaultValue, options): any

Registers an property with the specified type, name, and defaultValue.

Parameters

ParameterTypeDefault valueDescription
propertyNamestringundefined
propertyType"string" | "bigint" | "object" | "map" | "file" | "view" | "blob" | "int" | "double" | "bool" | "byte_array" | "datetime" | "qnum" | "dataframe" | "num" | "string_list" | "dataframe_list" | "cell" | "column" | "column_list" | "graphics" | "tablerowfiltercall" | "colfiltercall" | "bitset" | "dynamic" | "viewer" | "list" | "semantic_value" | "func" | "funccall" | "property" | "categorical" | "numerical" | "GridCellRenderArgs" | "element" | "TableView" | "User" | "Menu" | "Project" | "event_data" | "progressindicator" | "Credentials" | "ScriptEnvironment" | "Notebook"undefined
defaultValueanynull
optionsnull | object & IPropertynull

Returns

any

Inherited from

Viewer . addProperty

See

Registered property gets added to properties. Returns default value, thus allowing to combine registering a property with the initialization

Source

src/widgets/base.ts:309


apply()

apply(properties): Widget<any>

Parameters

ParameterTypeDescription
propertiesobject

Returns

Widget<any>

Inherited from

Viewer . apply

Source

src/widgets/base.ts:248


autoSize()

autoSize(maxWidth, maxHeight, minWidth?, minHeight?, autoSizeOnDataChange?): void

Resizes the grid to fit the content

Parameters

ParameterType
maxWidthnumber
maxHeightnumber
minWidth?number
minHeight?number
autoSizeOnDataChange?boolean

Returns

void

Source

src/grid.ts:1136


cell()

cell(columnName, gridRow): GridCell<any>

Returns a grid cell at the specified position.

Parameters

ParameterType
columnNamestring
gridRownumber

Returns

GridCell<any>

Source

src/grid.ts:946


close()

close(): void

Closes and detaches the viewer.

Returns

void

Inherited from

Viewer . close

Source

src/viewer.ts:165


col()

col(name): null | GridColumn<any>

Returns a column with the specified name.

Parameters

ParameterTypeDescription
namestring

Returns

null | GridColumn<any>

Source

src/grid.ts:941


copyViewersLook()

copyViewersLook(other): void

Parameters

ParameterType
otherViewer<any>

Returns

void

Inherited from

Viewer . copyViewersLook

Source

src/viewer.ts:345


detach()

detach(): void

Gets called when a widget is detached and will no longer be used. Typically used for unsubscribing from events. Be sure to call super.detach() if this method is overridden.

Returns

void

Inherited from

Viewer . detach

Source

src/widgets/base.ts:293


getDartProperties()

getDartProperties(): any[]

Returns

any[]

Inherited from

Viewer . getDartProperties

Source

src/widgets/base.ts:269


getFunctions()

getFunctions(): Func[]

Functions that are applicable to this particular widget. Used in the UI to display context actions, and for the AI integrations.

Returns

Func[]

Inherited from

Viewer . getFunctions

Source

src/widgets/base.ts:263


getInfo()

getInfo(): object

Returns

object

Inherited from

Viewer . getInfo

Source

src/viewer.ts:156


getOptions()

getOptions(includeDefaults): object

Gets the serialized viewer options. [includeDefaults] flag specifies whether the properties with the default values should be returned. Not including default properties makes it more clean and efficient for serialization purposes.

See also setOptions Sample: https://public.datagrok.ai/js/samples/ui/viewers/types/scatter-plot

Parameters

ParameterTypeDefault value
includeDefaultsbooleanfalse

Returns

object

MemberType
idstring
lookobject
typestring

Inherited from

Viewer . getOptions

Source

src/viewer.ts:152


getProperties()

getProperties(): Property[]

Returns all properties of this widget.

Returns

Property[]

Inherited from

Viewer . getProperties

Source

src/viewer.ts:160


getRowOrder()

getRowOrder(): Int32Array

Returns the order of rows in the table.

Returns

Int32Array

Source

src/grid.ts:1024


getVisibleCells()

getVisibleCells(column): Iterable <GridCell<any>>

Returns currently visible cells

Parameters

ParameterTypeDefault value
columnnull | GridColumn<any>null

Returns

Iterable <GridCell<any>>

Source

src/grid.ts:1131


gridRowToTable()

gridRowToTable(gridRow): number

Converts grid row index to table index. See also tableRowToGrid

Parameters

ParameterType
gridRownumber

Returns

number

Source

src/grid.ts:1072


hitTest()

hitTest(x, y): null | GridCell<any>

Returns a grid cell at the specified position, or null if there is none. Sample: https://public.datagrok.ai/js/samples/grid/hit-test

Parameters

ParameterType
xnumber
ynumber

Returns

null | GridCell<any>

Source

src/grid.ts:1001


initDartObject()

initDartObject(dart): void

Parameters

ParameterType
dartany

Returns

void

Inherited from

Viewer . initDartObject

Source

src/viewer.ts:106


invalidate()

invalidate(): void

Causes the grid to repaint. Sample: https://public.datagrok.ai/js/samples/grid/advanced/invalidate

Returns

void

Source

src/grid.ts:1059


onCellPrepare()

onCellPrepare(callback): StreamSubscription

Sample: https://public.datagrok.ai/js/samples/grid/custom-cell-prepare

Parameters

ParameterType
callback(cell) => any

Returns

StreamSubscription

Source

src/grid.ts:984


onCellTooltip()

onCellTooltip(callback): StreamSubscription

Sample: https://public.datagrok.ai/js/samples/grid/custom-cell-tooltip

Parameters

ParameterType
callback(cell, x, y) => any

Returns

StreamSubscription

Source

src/grid.ts:993


onEvent()

onEvent(eventId): Observable<any>

Observes platform events with the specified eventId.

Parameters

ParameterTypeDefault value
eventIdnull | stringnull

Returns

Observable<any>

Inherited from

Viewer . onEvent

Source

src/viewer.ts:307


onFrameAttached()

onFrameAttached(dataFrame): void

Parameters

ParameterType
dataFrameDataFrame

Returns

void

Inherited from

Viewer . onFrameAttached

Source

src/widgets/base.ts:275


onPropertyChanged()

onPropertyChanged(property): void

Gets called when viewer's property is changed.

Parameters

ParameterTypeDescription
propertynull | Propertyor null, if multiple properties were changed.

Returns

void

Inherited from

Viewer . onPropertyChanged

Source

src/widgets/base.ts:267


removeFromView()

removeFromView(): any

Returns

any

Inherited from

Viewer . removeFromView

Source

src/viewer.ts:349


render()

render(g, bounds): void

Renders the content of this grid to the specified canvas and bounds.

Parameters

ParameterType
gCanvasRenderingContext2D
boundsRect

Returns

void

Source

src/grid.ts:1141


resetRowHeight()

resetRowHeight(): void

Resets rows height

Returns

void

Source

src/grid.ts:1085


runPostponedComputations()

runPostponedComputations(): void

Forces the grid to execute calculations that were postponed before the next rendering (such as recalculating layout). Call it in case the client code changes column widths and needs to access the new recalculated layout.

Returns

void

Source

src/grid.ts:1094


scrollToCell()

scrollToCell(column, row): void

Returns a grid cell at the specified position. Sample: https://public.datagrok.ai/js/samples/grid/scroll-to-cell

Parameters

ParameterType
columnstring | Column<any, any>
rownumber

Returns

void

Source

src/grid.ts:1045


scrollToPixels()

scrollToPixels(x, y): void

Scrolls the grid to the specified position. Sample: https://public.datagrok.ai/js/samples/grid/scroll-to-pixels

Parameters

ParameterType
xnumber
ynumber

Returns

void

Source

src/grid.ts:1052


setOptions()

setOptions(map): void

Sets viewer options. See also getOptions Sample: https://public.datagrok.ai/js/samples/ui/viewers/types/scatter-plot

Parameters

ParameterTypeDescription
mapobject
map.type?string-

Returns

void

Inherited from

Viewer . setOptions

Source

src/viewer.ts:140


setRowOrder()

setRowOrder(indexes): Grid

Sets the order or rows in the table. Sample: https://public.datagrok.ai/js/samples/grid/order-rows Also,

Parameters

ParameterType
indexesnumber[]

Returns

Grid

See

sortIndexes

Source

src/grid.ts:1031


sort()

sort(columns, orders): Grid

Sorts rows by the specified [columnIds]. Specify sort directions via [asc] array (true = ascending, false = descending) If [asc] is not specified, sorts in ascending order.

Parameters

ParameterTypeDefault value
columnsstring[] | Column<any, any>[]undefined
ordersnull | boolean[]null

Returns

Grid

Source

src/grid.ts:1008


sortIndexes()

sortIndexes(indexComparer): Grid

Sorts the rows, using the specified comparer that accepts indexes. Sample: https://public.datagrok.ai/js/samples/grid/order-rows-by-comparer Also,

Parameters

ParameterType
indexComparer(a, b) => number

Returns

Grid

See

setRowOrder

Source

src/grid.ts:1016


sourceRowsChanged()

sourceRowsChanged(): void

Returns

void

Inherited from

Viewer . sourceRowsChanged

Source

src/widgets/base.ts:273


sub()

sub(subscription): void

Registers a subscription to an external event.

Parameters

ParameterTypeDescription
subscriptionSubscription

Returns

void

Inherited from

Viewer . sub

Source

src/widgets/base.ts:241


tableRowToGrid()

tableRowToGrid(tableRow): number

Converts table row index to grid index. See also gridRowToTable

Parameters

ParameterType
tableRownumber

Returns

number

Source

src/grid.ts:1069


toCompactLook()

toCompactLook(): void

Returns

void

Inherited from

Viewer . toCompactLook

Source

src/viewer.ts:324


toDart()

toDart(): any

Returns

any

Inherited from

Viewer . toDart

Source

src/widgets/base.ts:233


barChart()

static barChart(t, options?): Viewer <IBarChartSettings>

Parameters

ParameterType
tDataFrame
options?Partial <IBarChartSettings>

Returns

Viewer <IBarChartSettings>

Inherited from

Viewer . barChart

Source

src/viewer.ts:217


boxPlot()

static boxPlot(t, options?): BoxPlot

Parameters

ParameterType
tDataFrame
options?Partial <IBoxPlotSettings>

Returns

BoxPlot

Inherited from

Viewer . boxPlot

Source

src/viewer.ts:225


calendar()

static calendar(t, options?): Viewer <ICalendarSettings>

Parameters

ParameterType
tDataFrame
options?Partial <ICalendarSettings>

Returns

Viewer <ICalendarSettings>

Inherited from

Viewer . calendar

Source

src/viewer.ts:245


canVisualize()

static canVisualize(viewerType, dataFrame): null | string

Parameters

ParameterType
viewerTypestring
dataFrameDataFrame

Returns

null | string

Inherited from

Viewer . canVisualize

Source

src/viewer.ts:353


correlationPlot()

static correlationPlot(t, options?): Viewer <ICorrelationPlotSettings>

Parameters

ParameterType
tDataFrame
options?Partial <ICorrelationPlotSettings>

Returns

Viewer <ICorrelationPlotSettings>

Inherited from

Viewer . correlationPlot

Source

src/viewer.ts:249


create()

static create(table): Grid

Creates a new grid.

Parameters

ParameterType
tableobject
table.dartany

Returns

Grid

Source

src/grid.ts:918


densityPlot()

static densityPlot(t, options?): Viewer <IDensityPlotSettings>

Parameters

ParameterType
tDataFrame
options?Partial <IDensityPlotSettings>

Returns

Viewer <IDensityPlotSettings>

Inherited from

Viewer . densityPlot

Source

src/viewer.ts:253


filters()

static filters(t, options?): Viewer <IFiltersSettings>

Parameters

ParameterType
tDataFrame
options?Partial <IFiltersSettings>

Returns

Viewer <IFiltersSettings>

Inherited from

Viewer . filters

Source

src/viewer.ts:229


find()

static find(root): null | Widget<any>

Finds existing widget from its visual root.

Parameters

ParameterType
rootElement

Returns

null | Widget<any>

Inherited from

Viewer . find

Source

src/widgets/base.ts:229


form()

static form(t, options?): Viewer <IFormSettings>

Parameters

ParameterType
tDataFrame
options?Partial <IFormSettings>

Returns

Viewer <IFormSettings>

Inherited from

Viewer . form

Source

src/viewer.ts:257


fromProperties()

static fromProperties(items, props): Grid

Creates a new grid from a list of items (rows) and their properties (columns)

Parameters

ParameterType
itemsany[]
propsProperty[]

Returns

Grid

Source

src/grid.ts:923


fromRoot()

static fromRoot(root): Widget<any>

Creates a new widget from the root element.

Parameters

ParameterType
rootHTMLElement

Returns

Widget<any>

Inherited from

Viewer . fromRoot

Source

src/widgets/base.ts:332


fromType()

static fromType(viewerType, table, options): Viewer<any>

Creates a new viewer of the specified type.

Parameters

ParameterTypeDefault valueDescription
viewerTypestringundefined
tableDataFrameundefined
optionsnull | objectnull

Returns

Viewer<any>

Inherited from

Viewer . fromType

Source

src/viewer.ts:122


getAll()

static getAll(): Widget<any>[]

Returns all currently active widgets.

Returns

Widget<any>[]

Inherited from

Viewer . getAll

Source

src/widgets/base.ts:224


getViewerTypes()

static getViewerTypes(options?): string[]

Gets all available viewer types Core means the viewer is already loaded and all methods and properties are available synchronously.

Parameters

ParameterType
options?object
options.core?boolean

Returns

string[]

Inherited from

Viewer . getViewerTypes

Source

src/viewer.ts:129


grid()

static grid(t, options?): Grid

Parameters

ParameterType
tDataFrame
options?Partial <IGridSettings>

Returns

Grid

Inherited from

Viewer . grid

Source

src/viewer.ts:209


heatMap()

static heatMap(t, options?): Grid

Parameters

ParameterType
tDataFrame
options?Partial <IGridSettings>

Returns

Grid

Inherited from

Viewer . heatMap

Source

src/viewer.ts:221


histogram()

static histogram(t, options?): HistogramViewer

Parameters

ParameterType
tDataFrame
options?Partial <IHistogramSettings>

Returns

HistogramViewer

Inherited from

Viewer . histogram

Source

src/viewer.ts:213


lineChart()

static lineChart(t, options?): LineChartViewer

Parameters

ParameterType
tDataFrame
options?Partial <ILineChartSettings>

Returns

LineChartViewer

Inherited from

Viewer . lineChart

Source

src/viewer.ts:237


markup()

static markup(t, options?): Viewer <IMarkupViewerSettings>

Parameters

ParameterType
tDataFrame
options?Partial <IMarkupViewerSettings>

Returns

Viewer <IMarkupViewerSettings>

Inherited from

Viewer . markup

Source

src/viewer.ts:261


matrixPlot()

static matrixPlot(t, options?): Viewer <IMatrixPlotSettings>

Parameters

ParameterType
tDataFrame
options?Partial <IMatrixPlotSettings>

Returns

Viewer <IMatrixPlotSettings>

Inherited from

Viewer . matrixPlot

Source

src/viewer.ts:265


network()

static network(t, options?): Viewer <INetworkDiagramSettings>

Parameters

ParameterType
tDataFrame
options?Partial <INetworkDiagramSettings>

Returns

Viewer <INetworkDiagramSettings>

Inherited from

Viewer . network

Source

src/viewer.ts:241


pcPlot()

static pcPlot(t, options?): Viewer <IPcPlotSettings>

Parameters

ParameterType
tDataFrame
options?Partial <IPcPlotSettings>

Returns

Viewer <IPcPlotSettings>

Inherited from

Viewer . pcPlot

Source

src/viewer.ts:269


pieChart()

static pieChart(t, options?): Viewer <IPieChartSettings>

Parameters

ParameterType
tDataFrame
options?Partial <IPieChartSettings>

Returns

Viewer <IPieChartSettings>

Inherited from

Viewer . pieChart

Source

src/viewer.ts:273


scatterPlot()

static scatterPlot(t, options?): ScatterPlotViewer

Parameters

ParameterType
tDataFrame
options?Partial <IScatterPlotSettings>

Returns

ScatterPlotViewer

Inherited from

Viewer . scatterPlot

Source

src/viewer.ts:233


scatterPlot3d()

static scatterPlot3d(t, options?): Viewer <IScatterPlot3dSettings>

Parameters

ParameterType
tDataFrame
options?Partial <IScatterPlot3dSettings>

Returns

Viewer <IScatterPlot3dSettings>

Inherited from

Viewer . scatterPlot3d

Source

src/viewer.ts:277


statistics()

static statistics(t, options?): Viewer <IStatsViewerSettings>

Parameters

ParameterType
tDataFrame
options?Partial <IStatsViewerSettings>

Returns

Viewer <IStatsViewerSettings>

Inherited from

Viewer . statistics

Source

src/viewer.ts:281


tile()

static tile(t, options?): Viewer <ITileViewerSettings>

Parameters

ParameterType
tDataFrame
options?Partial <ITileViewerSettings>

Returns

Viewer <ITileViewerSettings>

Inherited from

Viewer . tile

Source

src/viewer.ts:285


treeMap()

static treeMap(t, options?): Viewer <ITreeMapSettings>

Parameters

ParameterType
tDataFrame
options?Partial <ITreeMapSettings>

Returns

Viewer <ITreeMapSettings>

Inherited from

Viewer . treeMap

Source

src/viewer.ts:289


trellisPlot()

static trellisPlot(t, options?): Viewer <ITrellisPlotSettings>

Parameters

ParameterType
tDataFrame
options?Partial <ITrellisPlotSettings>

Returns

Viewer <ITrellisPlotSettings>

Inherited from

Viewer . trellisPlot

Source

src/viewer.ts:293


wordCloud()

static wordCloud(t, options?): Viewer<any>

Parameters

ParameterType
tDataFrame
options?any

Returns

Viewer<any>

Inherited from

Viewer . wordCloud

Deprecated

Source

src/viewer.ts:298