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

Method constructor

src/core/core.animations.js:7–11  ·  view source on GitHub ↗
(chart, config)

Source from the content-addressed store, hash-verified

5
6export default class Animations {
7 constructor(chart, config) {
8 this._chart = chart;
9 this._properties = new Map();
10 this.configure(config);
11 }
12
13 configure(config) {
14 if (!isObject(config)) {

Callers

nothing calls this directly

Calls 1

configureMethod · 0.95

Tested by

no test coverage detected