MCPcopy
hub / github.com/chartjs/Chart.js / _onDataPush

Method _onDataPush

src/core/core.datasetController.js:1051–1054  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1049 }
1050
1051 _onDataPush() {
1052 const count = arguments.length;
1053 this._sync(['_insertElements', this.getDataset().data.length - count, count]);
1054 }
1055
1056 _onDataPop() {
1057 this._sync(['_removeElements', this._cachedMeta.data.length - 1, 1]);

Callers

nothing calls this directly

Calls 2

_syncMethod · 0.95
getDatasetMethod · 0.95

Tested by

no test coverage detected