MCPcopy
hub / github.com/gradio-app/gradio / PlotData

Interface PlotData

js/nativeplot/types.ts:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import type { ILoadingStatus as LoadingStatus } from "@gradio/statustracker";
3
4export interface PlotData {
5 columns: string[];
6 data: (string | number)[][];
7 datatypes: Record<string, "quantitative" | "temporal" | "nominal">;
8 mark: "line" | "point" | "bar";
9}
10
11export interface NativePlotProps {
12 value: PlotData | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…