Documentation / @openassistant/echarts / MoranScatterOutputData
Type Alias: MoranScatterOutputData
MoranScatterOutputData =
object
Defined in: components/echarts/src/moran-scatterplot/moran-scatter-plot.tsx:32
Properties
datasetName
datasetName:
string
Defined in: components/echarts/src/moran-scatterplot/moran-scatter-plot.tsx:34
id?
optionalid:string
Defined in: components/echarts/src/moran-scatterplot/moran-scatter-plot.tsx:33
isDraggable?
optionalisDraggable:boolean
Defined in: components/echarts/src/moran-scatterplot/moran-scatter-plot.tsx:40
isExpanded?
optionalisExpanded:boolean
Defined in: components/echarts/src/moran-scatterplot/moran-scatter-plot.tsx:41
lagValues
lagValues:
number[]
Defined in: components/echarts/src/moran-scatterplot/moran-scatter-plot.tsx:37
regression
regression:
SimpleLinearRegressionResult
Defined in: components/echarts/src/moran-scatterplot/moran-scatter-plot.tsx:38
theme?
optionaltheme:string
Defined in: components/echarts/src/moran-scatterplot/moran-scatter-plot.tsx:39
values
values:
number[]
Defined in: components/echarts/src/moran-scatterplot/moran-scatter-plot.tsx:36
variableName
variableName:
string
Defined in: components/echarts/src/moran-scatterplot/moran-scatter-plot.tsx:35
