Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / ScatterplotAdditionalData

Type Alias: ScatterplotAdditionalData ​

ScatterplotAdditionalData = object

Defined in: echarts/scatterplot/tool.ts:109

Properties ​

datasetName ​

datasetName: string

Defined in: echarts/scatterplot/tool.ts:111


id ​

id: string

Defined in: echarts/scatterplot/tool.ts:110


isDraggable? ​

optional isDraggable: boolean

Defined in: echarts/scatterplot/tool.ts:135


isExpanded? ​

optional isExpanded: boolean

Defined in: echarts/scatterplot/tool.ts:136


onSelected? ​

optional onSelected: OnSelected

Defined in: echarts/scatterplot/tool.ts:133


regressionResults? ​

optional regressionResults: object

Defined in: echarts/scatterplot/tool.ts:116

regression ​

regression: object

regression.intercept ​

intercept: object

regression.intercept.estimate ​

estimate: number

regression.intercept.pValue ​

pValue: number

regression.intercept.standardError ​

standardError: number

regression.intercept.tStatistic ​

tStatistic: number

regression.rSquared ​

rSquared: number

regression.slope ​

slope: object

regression.slope.estimate ​

estimate: number

regression.slope.pValue ​

pValue: number

regression.slope.standardError ​

standardError: number

regression.slope.tStatistic ​

tStatistic: number


showLoess? ​

optional showLoess: boolean

Defined in: echarts/scatterplot/tool.ts:137


showRegressionLine? ​

optional showRegressionLine: boolean

Defined in: echarts/scatterplot/tool.ts:138


theme? ​

optional theme: string

Defined in: echarts/scatterplot/tool.ts:134


xData ​

xData: number[]

Defined in: echarts/scatterplot/tool.ts:114


xVariableName ​

xVariableName: string

Defined in: echarts/scatterplot/tool.ts:112


yData ​

yData: number[]

Defined in: echarts/scatterplot/tool.ts:115


yVariableName ​

yVariableName: string

Defined in: echarts/scatterplot/tool.ts:113

Released under the MIT License.