Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / ScatterplotFunctionArgs

Type Alias: ScatterplotFunctionArgs

ScatterplotFunctionArgs = z.ZodObject<{ datasetName: z.ZodString; xVariableName: z.ZodString; yVariableName: z.ZodString; }>

Defined in: echarts/scatterplot/tool.ts:90

Released under the MIT License.