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

Method _stop

src/core/core.controller.js:927–935  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

925 }
926
927 _stop() {
928 let i, ilen;
929 this.stop();
930 animator.remove(this);
931
932 for (i = 0, ilen = this.data.datasets.length; i < ilen; ++i) {
933 this._destroyDatasetMeta(i);
934 }
935 }
936
937 destroy() {
938 this.notifyPlugins('beforeDestroy');

Callers 2

destroyMethod · 0.95
bindResponsiveEventsMethod · 0.95

Calls 3

stopMethod · 0.95
_destroyDatasetMetaMethod · 0.95
removeMethod · 0.65

Tested by

no test coverage detected