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

Method getPlotConfig

src/danfojs-base/plotting/index.ts:45–51  ·  view source on GitHub ↗
(plotConfig?: PlotConfigObject)

Source from the content-addressed store, hash-verified

43 }
44
45 private getPlotConfig(plotConfig?: PlotConfigObject) {
46 const _plotConfig = {
47 config: plotConfig && plotConfig.config ? plotConfig.config : {},
48 layout: plotConfig && plotConfig.layout ? plotConfig.layout : {}
49 };
50 return _plotConfig;
51 }
52 /**
53 * Plot Series or DataFrame as lines.
54 * Uses Plotly library as backend, so supports Plotly's configuration parameters

Callers 8

lineMethod · 0.95
barMethod · 0.95
scatterMethod · 0.95
histMethod · 0.95
pieMethod · 0.95
boxMethod · 0.95
violinMethod · 0.95
tableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected