Type Alias: OnSelectedCallback()
OnSelectedCallback: (
datasetName
,selectedIndices
) =>void
Defined in: packages/echarts/src/boxplot/definition.ts:25
The callback function can be used to sync the selections of the boxplot with the original dataset.
Parameters
datasetName
string
The name of the dataset.
selectedIndices
number
[]
The indices of the selected data points in the boxplot.
Returns
void