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

Method running

src/core/core.animator.js:174–183  ·  view source on GitHub ↗
(chart)

Source from the content-addressed store, hash-verified

172 }
173
174 running(chart) {
175 if (!this._running) {
176 return false;
177 }
178 const anims = this._charts.get(chart);
179 if (!anims || !anims.running || !anims.items.length) {
180 return false;
181 }
182 return true;
183 }
184
185 /**
186 * Stop all animations for the chart

Callers 4

resizeMethod · 0.80
renderMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected