Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / BubbleChartAdditionalData

Type Alias: BubbleChartAdditionalData ​

BubbleChartAdditionalData = object

Defined in: echarts/bubble-chart/tool.ts:98

Properties ​

data ​

data: object

Defined in: echarts/bubble-chart/tool.ts:101

variableColor? ​

optional variableColor: object

variableColor.name ​

name: string

variableColor.values ​

values: number[]

variableSize ​

variableSize: object

variableSize.name ​

name: string

variableSize.values ​

values: number[]

variableX ​

variableX: object

variableX.name ​

name: string

variableX.values ​

values: number[]

variableY ​

variableY: object

variableY.name ​

name: string

variableY.values ​

values: number[]


datasetName ​

datasetName: string

Defined in: echarts/bubble-chart/tool.ts:100


id ​

id: string

Defined in: echarts/bubble-chart/tool.ts:99


isDraggable? ​

optional isDraggable: boolean

Defined in: echarts/bubble-chart/tool.ts:107


isExpanded? ​

optional isExpanded: boolean

Defined in: echarts/bubble-chart/tool.ts:108


onSelected? ​

optional onSelected: OnSelected

Defined in: echarts/bubble-chart/tool.ts:110


theme? ​

optional theme: string

Defined in: echarts/bubble-chart/tool.ts:109

Released under the MIT License.