MCPcopy
hub / github.com/palantir/plottable / _getDataToDraw

Method _getDataToDraw

src/plots/plot.ts:746–750  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

744 }
745
746 protected _getDataToDraw(): Utils.Map<Dataset, any[]> {
747 const dataToDraw: Utils.Map<Dataset, any[]> = new Utils.Map<Dataset, any[]>();
748 this.datasets().forEach((dataset) => dataToDraw.set(dataset, dataset.data()));
749 return dataToDraw;
750 }
751
752 private _paint() {
753 delete this._cachedAttrToProjector;

Callers 3

_paintMethod · 0.95
_drawLabelsMethod · 0.45
_additionalPaintMethod · 0.45

Calls 4

datasetsMethod · 0.95
setMethod · 0.95
dataMethod · 0.80
forEachMethod · 0.45

Tested by

no test coverage detected