Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ core.plugin.tests.js
File
core.plugin.tests.js
test/specs/core.plugin.tests.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
describe(
'Chart.plugins'
,
function
() {
2
describe(
'Chart.notifyPlugins'
,
function
() {
3
it(
'should call inline plugins with arguments'
,
function
() {
4
var
plugin = {hook:
function
() {}};
Callers
nothing calls this directly
Calls
7
notifyPlugins
Method · 0.80
destroy
Method · 0.80
first
Method · 0.65
register
Method · 0.65
unregister
Method · 0.65
update
Method · 0.65
reset
Method · 0.65
Tested by
no test coverage detected