Skip to main content

Type Alias: OnSelected()

OnSelected: (datasetName, selectedIndices) => void

Defined in: packages/echarts/src/types.ts:18

The onSelected function is used to handle the selected indices of the histogram.

Parameters

datasetName

string

selectedIndices

number[]

Returns

void