Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ beforeUpdate
Function
beforeUpdate
src/plugins/plugin.subtitle.js:26–30 ·
view source on GitHub ↗
(chart, _args, options)
Source
from the content-addressed store, hash-verified
24
},
25
26
beforeUpdate(chart, _args, options) {
27
const
title = map.get(chart);
28
layouts.configure(chart, title, options);
29
title.options = options;
30
},
31
32
defaults: {
33
align:
'center'
,
Callers
nothing calls this directly
Calls
2
get
Method · 0.65
configure
Method · 0.65
Tested by
no test coverage detected