Type Alias: ComputeRegressionProps
ComputeRegressionProps:
object
Defined in: packages/echarts/src/scatterplot/component/scatter-regression.ts:15
The properties of the regression.
Type declaration
filteredIndex?
optional
filteredIndex:number
[]
xData
xData:
number
[]
yData
yData:
number
[]
Param
The x data. The array of x values.
Param
The y data. The array of y values.
Param
The indices of the selected points. The array of indices of the selected points.