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

Method update

src/controllers/controller.bubble.js:111–116  ·  src/controllers/controller.bubble.js::BubbleController.update
(mode)

Source from the content-addressed store, hash-verified

109 }
110
111 update(mode) {
112 const points = this._cachedMeta.data;
113
114 class="cm">// Update Points
115 this.updateElements(points, 0, points.length, mode);
116 }
117
118 updateElements(points, start, count, mode) {
119 const reset = mode === class="st">'reset';

Callers

nothing calls this directly

Calls 1

updateElementsMethod · 0.95

Tested by

no test coverage detected