Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / HistogramToolArgs

Type Alias: HistogramToolArgs

HistogramToolArgs = z.ZodObject<{ datasetName: z.ZodString; numberOfBins: z.ZodOptional<z.ZodNumber>; variableName: z.ZodString; }>

Defined in: echarts/histogram/tool.ts:88

Released under the MIT License.