Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / HistogramAdditionalData

Type Alias: HistogramAdditionalData ​

HistogramAdditionalData = object

Defined in: echarts/histogram/tool.ts:106

Properties ​

barDataIndexes ​

barDataIndexes: number[][]

Defined in: echarts/histogram/tool.ts:115


datasetName ​

datasetName: string

Defined in: echarts/histogram/tool.ts:108


histogramData ​

histogramData: object[]

Defined in: echarts/histogram/tool.ts:110

bin ​

bin: number

binEnd ​

binEnd: number | string

binStart ​

binStart: number | string


id ​

id: string

Defined in: echarts/histogram/tool.ts:107


isDraggable? ​

optional isDraggable: boolean

Defined in: echarts/histogram/tool.ts:117


isExpanded? ​

optional isExpanded: boolean

Defined in: echarts/histogram/tool.ts:118


onSelected? ​

optional onSelected: OnSelected

Defined in: echarts/histogram/tool.ts:119


theme? ​

optional theme: string

Defined in: echarts/histogram/tool.ts:116


variableName ​

variableName: string

Defined in: echarts/histogram/tool.ts:109

Released under the MIT License.