Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ setHoverStyle
Method
setHoverStyle
src/core/core.datasetController.js:933–935 ·
view source on GitHub ↗
(element, datasetIndex, index)
Source
from the content-addressed store, hash-verified
931
}
932
933
setHoverStyle(element, datasetIndex, index) {
934
this._setStyle(element, index,
'active'
, true);
935
}
936
937
/**
938
* @private
Callers
1
controller.bar.tests.js
File · 0.80
Calls
1
_setStyle
Method · 0.95
Tested by
no test coverage detected