Skip to content

Documentation v1.0.0


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? ​

optional id: string

Defined in: components/echarts/src/histogram/histogram-plot.tsx:36


isDraggable? ​

optional isDraggable: boolean

Defined in: components/echarts/src/histogram/histogram-plot.tsx:44


isExpanded? ​

optional isExpanded: boolean

Defined in: components/echarts/src/histogram/histogram-plot.tsx:43


onSelected()? ​

optional onSelected: (datasetName, selectedIndices) => void

Defined in: components/echarts/src/histogram/histogram-plot.tsx:41

Parameters ​

datasetName ​

string

selectedIndices ​

number[]

Returns ​

void


theme? ​

optional theme: string

Defined in: components/echarts/src/histogram/histogram-plot.tsx:42


variableName ​

variableName: string

Defined in: components/echarts/src/histogram/histogram-plot.tsx:38

Released under the MIT License.