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

Method pie

src/danfojs-base/plotting/index.ts:97–100  ·  view source on GitHub ↗

* Plot Series or DataFrame as pie. * Uses Plotly library as backend, so supports Plotly's configuration parameters * @param plotConfig configuration options for making Plots, supports Plotly.js Config and Layout parameters.

(plotConfig?: PlotConfigObject)

Source from the content-addressed store, hash-verified

95 * @param plotConfig configuration options for making Plots, supports Plotly.js Config and Layout parameters.
96 */
97 pie(plotConfig?: PlotConfigObject) {
98 const _plotConfig = this.getPlotConfig(plotConfig);
99 piePlot(this.ndframe, this.divId, _plotConfig, Plotly);
100 }
101
102 /**
103 * Plot Series or DataFrame as boxplot.

Callers

nothing calls this directly

Calls 2

getPlotConfigMethod · 0.95
piePlotFunction · 0.85

Tested by

no test coverage detected