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

Method update

src/controllers/controller.polarArea.js:111–116  ·  view source on GitHub ↗
(mode)

Source from the content-addressed store, hash-verified

109 }
110
111 update(mode) {
112 const arcs = this._cachedMeta.data;
113
114 this._updateRadius();
115 this.updateElements(arcs, 0, arcs.length, mode);
116 }
117
118 /**
119 * @protected

Callers

nothing calls this directly

Calls 2

_updateRadiusMethod · 0.95
updateElementsMethod · 0.95

Tested by

no test coverage detected