Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / BubbleChartToolArgs

Type Alias: BubbleChartToolArgs

BubbleChartToolArgs = z.ZodObject<{ datasetName: z.ZodString; variableColor: z.ZodOptional<z.ZodString>; variableSize: z.ZodString; variableX: z.ZodString; variableY: z.ZodString; }>

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

Released under the MIT License.