Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ start
Function
start
src/plugins/plugin.title.js:129–131 ·
view source on GitHub ↗
(chart, _args, options)
Source
from the content-addressed store, hash-verified
127
_element: Title,
128
129
start(chart, _args, options) {
130
createTitle(chart, options);
131
},
132
133
stop(chart) {
134
const
titleBlock = chart.titleBlock;
Callers
nothing calls this directly
Calls
1
createTitle
Function · 0.85
Tested by
no test coverage detected