Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / PCPFunctionArgs

Type Alias: PCPFunctionArgs

PCPFunctionArgs = z.ZodObject<{ datasetName: z.ZodString; variableNames: z.ZodArray<z.ZodString>; }>

Defined in: echarts/pcp/tool.ts:89

Released under the MIT License.