Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / BubbleChartFunctionArgs

Type Alias: BubbleChartFunctionArgs ​

BubbleChartFunctionArgs = object

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

Properties ​

datasetName ​

datasetName: string

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


variableColor? ​

optional variableColor: string

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


variableSize ​

variableSize: string

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


variableX ​

variableX: string

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


variableY ​

variableY: string

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

Released under the MIT License.