Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / BoxplotToolArgs

Type Alias: BoxplotToolArgs

BoxplotToolArgs = z.ZodObject<{ boundIQR: z.ZodOptional<z.ZodNumber>; datasetName: z.ZodString; variableNames: z.ZodArray<z.ZodString>; }>

Defined in: echarts/boxplot/tool.ts:99

Released under the MIT License.