Documentation / @openassistant/echarts / HistogramOutputData
Type Alias: HistogramOutputData
HistogramOutputData =
object
Defined in: components/echarts/src/histogram/histogram-plot.tsx:35
Properties
barDataIndexes
barDataIndexes:
number[][]
Defined in: components/echarts/src/histogram/histogram-plot.tsx:40
datasetName
datasetName:
string
Defined in: components/echarts/src/histogram/histogram-plot.tsx:37
histogramData
histogramData:
HistogramDataProps[]
Defined in: components/echarts/src/histogram/histogram-plot.tsx:39
id?
optionalid:string
Defined in: components/echarts/src/histogram/histogram-plot.tsx:36
isDraggable?
optionalisDraggable:boolean
Defined in: components/echarts/src/histogram/histogram-plot.tsx:44
isExpanded?
optionalisExpanded:boolean
Defined in: components/echarts/src/histogram/histogram-plot.tsx:43
onSelected()?
optionalonSelected: (datasetName,selectedIndices) =>void
Defined in: components/echarts/src/histogram/histogram-plot.tsx:41
Parameters
datasetName
string
selectedIndices
number[]
Returns
void
theme?
optionaltheme:string
Defined in: components/echarts/src/histogram/histogram-plot.tsx:42
variableName
variableName:
string
Defined in: components/echarts/src/histogram/histogram-plot.tsx:38
