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?
optionalvariableColor: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?
optionalisDraggable:boolean
Defined in: echarts/bubble-chart/tool.ts:107
isExpanded?
optionalisExpanded:boolean
Defined in: echarts/bubble-chart/tool.ts:108
onSelected?
optionalonSelected:OnSelected
Defined in: echarts/bubble-chart/tool.ts:110
theme?
optionaltheme:string
Defined in: echarts/bubble-chart/tool.ts:109
