MCPcopy Index your code
hub / github.com/javascriptdata/danfojs / CustomConfig

Interface CustomConfig

src/danfojs-base/shared/types.ts:346–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346interface CustomConfig extends Config {
347 x: string
348 y: string,
349 values: string,
350 labels: string,
351 rowPositions: number[],
352 columnPositions: number[],
353 grid: { rows: number, columns: number },
354 tableHeaderStyle: any,
355 tableCellStyle: any,
356 columns: string[];
357}
358
359export type PlotConfigObject = {
360 config?: Partial<CustomConfig>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected