Skip to main content

Type Alias: MoranScatterPlotFunctionContext

MoranScatterPlotFunctionContext: object

Defined in: packages/geoda/src/moran-scatterplot/tool.ts:77

The context of the scatterplot function. The context will be used by the function calling to create the scatterplot.

Type declaration

config?

optional config: object

The configuration of the scatterplot.

config.isDraggable?

optional isDraggable: boolean

config.isExpanded?

optional isExpanded: boolean

config.theme?

optional theme: string

getValues

getValues: GetValues

Get the values of variable from the dataset.