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

Function beforeUpdate

src/plugins/plugin.title.js:139–143  ·  view source on GitHub ↗
(chart, _args, options)

Source from the content-addressed store, hash-verified

137 },
138
139 beforeUpdate(chart, _args, options) {
140 const title = chart.titleBlock;
141 layouts.configure(chart, title, options);
142 title.options = options;
143 },
144
145 defaults: {
146 align: 'center',

Callers

nothing calls this directly

Calls 1

configureMethod · 0.65

Tested by

no test coverage detected