MCPcopy Create free account
hub / github.com/javascriptdata/danfojs / bar

Method bar

src/danfojs-base/shared/types.ts:371–371  ·  view source on GitHub ↗
(plotConfig?: PlotConfigObject)

Source from the content-addressed store, hash-verified

369export interface IPlotlyLib {
370 line(plotConfig?: PlotConfigObject): void
371 bar(plotConfig?: PlotConfigObject): void
372 scatter(plotConfig?: PlotConfigObject): void
373 hist(plotConfig?: PlotConfigObject): void
374 pie(plotConfig?: PlotConfigObject): void

Callers

nothing calls this directly

Implementers 1

PlotlyLibsrc/danfojs-base/plotting/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected