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

Method constructor

src/danfojs-base/plotting/index.ts:40–43  ·  view source on GitHub ↗
(ndframe: DataFrame | Series, divId: string)

Source from the content-addressed store, hash-verified

38 ndframe: DataFrame | Series;
39
40 constructor(ndframe: DataFrame | Series, divId: string) {
41 this.ndframe = ndframe;
42 this.divId = divId;
43 }
44
45 private getPlotConfig(plotConfig?: PlotConfigObject) {
46 const _plotConfig = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected