MCPcopy
hub / github.com/google-gemini/gemini-cli / PlotConfig

Interface PlotConfig

packages/test-utils/src/perf-test-harness.ts:12–15  ·  view source on GitHub ↗

Configuration for asciichart plot function.

Source from the content-addressed store, hash-verified

10
11/** Configuration for asciichart plot function. */
12interface PlotConfig {
13 height?: number;
14 format?: (x: number) => string;
15}
16
17/** Type for the asciichart plot function. */
18type PlotFn = (series: number[], config?: PlotConfig) => string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected