Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ getDataVisibility
Method
getDataVisibility
src/core/core.controller.js:885–887 · src/core/core.controller.js::Chart.getDataVisibility
(index)
Source
from the content-addressed store, hash-verified
883
}
884
885
getDataVisibility(index) {
886
return
!this._hiddenIndices[index];
887
}
888
889
/**
890
* @private
Callers
12
global.defaults.tests.js
File · 0.80
core.controller.tests.js
File · 0.80
generateLabels
Method · 0.80
_circumference
Method · 0.80
calculateTotal
Method · 0.80
generateLabels
Method · 0.80
getMinMax
Method · 0.80
updateElements
Method · 0.80
countVisibleElements
Method · 0.80
_computeAngle
Method · 0.80
_calculateBarValuePixels
Method · 0.80
generateTickLabels
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected