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

Method _onDatasetUpdate

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

Source from the content-addressed store, hash-verified

317 }
318
319 protected _onDatasetUpdate() {
320 this._updateExtents();
321 this._dataChanged = true;
322 this._resetEntityStore();
323 this.renderLowPriority();
324 }
325
326 /**
327 * Gets the AccessorScaleBinding for a particular attribute.

Callers 5

constructorMethod · 0.95
addDatasetMethod · 0.95
removeDatasetMethod · 0.95
datasetsMethod · 0.95
stackingOrderMethod · 0.45

Calls 2

_updateExtentsMethod · 0.95
renderLowPriorityMethod · 0.95

Tested by

no test coverage detected